Help with Post in HTTP Request

augustolucasg

New member
Hi guys, i am having a little trouble to post in a url with http request.
i want to post in form-data but i cant create the parameters in the app.
there is any video or anyone who have this problem and solved?
i try use shell script but dont have sucess
 

Endercraft

Moderator (& bug finder :D)
I'm not the best with HTTP requests but have you tried custom value ? Or is it application/x-www-form-urlencoded ?
Screenshot_2023-01-30-20-29-25-444-edit_com.arlosoft.macrodroid.jpg
 

RSF

Well-known member
It'll depend on the requirements of the site/API which you're trying to send commands to. Can you post a screenshot or document of requirements from that site?
 

Dimlos

Well-known member
If you just want to check the parameters, you can use httpbin.org, but if you want to check that the text is actually being poured into the form, it will be difficult.
 
Top