Http Post request to login website


#1

**1) Hi! I want to send a post request to login a website and get the cookie to send another request to pull data. I try many way to do it but nothing work!

3) What is happening/not happening?
$response is always empty or contain something like: somethings wrong happen, wrong syntax…I also get 302 that show that It have been redirected… But unable to make it work!

First if I could login successfully to an external website it would be I hudge step for now! :slight_smile:

I try form, json, custom…

Any help on how to do it?