Bot Status: 500 - Internal Server Error [API CONFIG]

EncepT

Banned
Banned
Member
Joined
Threads
42
Posts
133
This member is banned. Please avoid dealing with banned members.
Hey im currently making an API config for an Shopping site.
This is the header i captured on my phone :
9M0nmiP.png


And this is the Post data:

Code:
email=ence&password=kleu&app_referrer=utm_source%3Dgoogle-play%26utm_medium%3Dorganic&app_device_id=e61e4272-6930-317d-8bf6-4a4e23906256&_xsrf=1&_client=androidapp&_capabilities%5B%5D=2&_capabilities%5B%5D=3&_capabilities%5B%5D=4&_capabilities%5B%5D=6&_capabilities%5B%5D=7&_capabilities%5B%5D=8&_capabilities%5B%5D=9&_capabilities%5B%5D=11&_capabilities%5B%5D=12&_capabilities%5B%5D=13&_capabilities%5B%5D=15&_capabilities%5B%5D=18&_capabilities%5B%5D=21&_capabilities%5B%5D=24&_capabilities%5B%5D=25&_capabilities%5B%5D=28&_capabilities%5B%5D=35&_capabilities%5B%5D=36&_capabilities%5B%5D=37&_capabilities%5B%5D=38&_capabilities%5B%5D=39&_app_type=wish&advertiser_id=426884d3-2900-4de4-a230-20e63c6fde18&_version=4.1.2HTTP/1.1 400 Bad Request

Screenshot of my Masterwizard:


AAPo31b.png


This is the Response i get :

<-----Received Source----->
{"msg": "XSRF cookie does not match POST argument", "code": 9, "data": {}}


Any help is appreciated!
 
Hit me up with the config here or on pms with a working account .
 
What is the tool you captured by ?
 
The Form Input you are sending to the Server contains a XSRF Protection.
This basically validates the Data submitted using Post Requests.
 
  • Thread Starter Thread Starter
  • #6
This member is banned. Please avoid dealing with banned members.
The Form Input you are sending to the Server contains a XSRF Protection.
This basically validates the Data submitted using Post Requests.
The Form Input you are sending to the Server contains a XSRF Protection.
This basically validates the Data submitted using Post Requests.
How can i avoid it?