All Apps and Add-ons

Could I use HTTP "POST" Method to get a web page content ?

SamChang
Path Finder

Could I use "POST" Method to get a web page content ?

0 Karma

LukeMurphey
Champion

This isn't supported yet. However, I made a ticket to consider getting this into the app in a future release. See https://lukemurphey.net/issues/2201

0 Karma

Sukisen1981
Champion

Hi,

You need to use the GET method to retrieve data from a web page. Why do you need to use POST to get data?
Have a look at the REST API app , it can get (that is fetch) any data from a web site exposed as an api

0 Karma

LukeMurphey
Champion

I'll add that the Website Input app does allow you to submit form elements for logins, if that is why you wanted to perform a POST.

As @Sukisen1981 noted, the app doesn't currently support POSTs otherwise.

0 Karma

SamChang
Path Finder

The webpage include select list object. When I choice one item , this webpage will POST variable to itself.

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...