- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could I use HTTP "POST" Method to get a web page content ?
SamChang
Path Finder
01-23-2018
01:57 AM
Could I use "POST" Method to get a web page content ?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LukeMurphey
Champion
02-02-2018
12:41 PM
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Sukisen1981
Champion
01-23-2018
05:25 AM
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LukeMurphey
Champion
01-23-2018
03:10 PM
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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SamChang
Path Finder
01-25-2018
02:51 AM
The webpage include select list object. When I choice one item , this webpage will POST variable to itself.
