Completed
To anyone who allready figured the payload but can't get past the login function
Try using curl instead for the basic http authentication
curl http://user:password@host
#web
Author
Answers
1
Or else, using Postman can be very useful.

You can choose which kind of authorization token to use, and what value to send. Postman will automatically set up the payload and send to the server.

