- Joined
- Threads
- 21
- Posts
- 45
This member is banned. Please avoid dealing with banned members.
I am trying to make a config for
which uses an API to login, but just can't seem to work it out! does it need variables? because i'm not very good with them. here is the fiddler info which i used:
POST HTTP/1.1Host: stripchat.com
Connection: keep-alive
Content-Length: 268
Origin:
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Content-Type: application/json
Accept: */*
Referer:
Accept-Encoding: gzip, deflate, br
Accept-Language: en-GB,en-US;q=0.9,en;q=0.8
Cookie: isVisitorsAgreementAccepted=1; stripchat_com_guestId=d15bde11cbe7784f6fea8bd99f720d7300b786ec84913d72ed4506b8b87e; stripchat_com_firstVisit=2018-07-13T04%3A46%3A42Z; stripchat_com_affiliateId=f7c9e53b9c8739072d496dacf99a5ec103679a152e565632ed172c4e1394ea26; stripchat_com_modelLandingNamespace=none; ABTest_playerOnThumbHover_key=B; ABTest_guestFavorites_key=B; ABTest_historyCustomization_key=B; guestFavoriteIds=; analVisitorId=NUaeXJpXpiL3Oo7Uxqwd; guestSubscriptionIds=
{"fingerprint":"3bde4c0f3ad868a87e8d8c0d8e64543a","loginOrEmail":"<USER>","password":"<PASS>","remember":true,"csrfToken":"f6e598b0f3bf823a2253f0c55ff184de","csrfTimestamp":"2018-07-13T22:59:30Z","csrfNotifyTimestamp":"2018-07-15T10:59:30Z","uniq":"amntoev96di2jzpw"}
then when i use HTTP debug i get this result:
<-----Received Headers----->
HTTP/1.1 400 Bad Request
Server: nginx
Date: Fri, 13 Jul 2018 23:48:02 GMT
Content-Type: application/json
Transfer-Encoding: chunked
Connection: keep-alive
X-Frame-Options: deny
<-----Received Source----->
{"error":"Invalid input params","data":{"loginOrEmail":["The login or email field is required"],"password":["The password field is required"]}}
----------------------------------------------------------------------------------
<-----Bot Status: 400 - Bad Request----->
---------------------------------------------------------------------------------->
If someone could guide me on how you fixed this that would be amazing, tell me which variables you added ect.. thanks in advance
POST HTTP/1.1Host: stripchat.com
Connection: keep-alive
Content-Length: 268
Origin:
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36
Content-Type: application/json
Accept: */*
Referer:
Accept-Encoding: gzip, deflate, br
Accept-Language: en-GB,en-US;q=0.9,en;q=0.8
Cookie: isVisitorsAgreementAccepted=1; stripchat_com_guestId=d15bde11cbe7784f6fea8bd99f720d7300b786ec84913d72ed4506b8b87e; stripchat_com_firstVisit=2018-07-13T04%3A46%3A42Z; stripchat_com_affiliateId=f7c9e53b9c8739072d496dacf99a5ec103679a152e565632ed172c4e1394ea26; stripchat_com_modelLandingNamespace=none; ABTest_playerOnThumbHover_key=B; ABTest_guestFavorites_key=B; ABTest_historyCustomization_key=B; guestFavoriteIds=; analVisitorId=NUaeXJpXpiL3Oo7Uxqwd; guestSubscriptionIds=
{"fingerprint":"3bde4c0f3ad868a87e8d8c0d8e64543a","loginOrEmail":"<USER>","password":"<PASS>","remember":true,"csrfToken":"f6e598b0f3bf823a2253f0c55ff184de","csrfTimestamp":"2018-07-13T22:59:30Z","csrfNotifyTimestamp":"2018-07-15T10:59:30Z","uniq":"amntoev96di2jzpw"}
then when i use HTTP debug i get this result:
<-----Received Headers----->
HTTP/1.1 400 Bad Request
Server: nginx
Date: Fri, 13 Jul 2018 23:48:02 GMT
Content-Type: application/json
Transfer-Encoding: chunked
Connection: keep-alive
X-Frame-Options: deny
<-----Received Source----->
{"error":"Invalid input params","data":{"loginOrEmail":["The login or email field is required"],"password":["The password field is required"]}}
----------------------------------------------------------------------------------
<-----Bot Status: 400 - Bad Request----->
---------------------------------------------------------------------------------->
If someone could guide me on how you fixed this that would be amazing, tell me which variables you added ect.. thanks in advance