Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   1244

Checker Making Error While Using LeafX.net

by DragZer - 14 December, 2020 - 07:30 PM
This post is by a banned member (DragZer) - Unhide
DragZer  
Registered
182
Posts
104
Threads
5 Years of service
#1
first of all in this site which am trying to make checker on is some shopping site. first i got the get request and got the CSRF token
and then i went to do a post request but i get error on the post request. 
the error you can see in the image below
[Image: image.png]
please someone help me fix this.. there are many pro coders here at least someone help me out
Pepe Pepe Pepe

THANKS A LOT IN ADVANCE Heart
[Image: sticker.png]
This post is by a banned member (Pshyotic) - Unhide
Pshyotic  
Registered
1.013
Posts
290
Threads
6 Years of service
#2
Exactly this:  "first i got the get request and got the CSRF token"  "and then i went to do a post request but i get error on the post request. 
the error you can see in the image below" 

If it's get request, why would you ask for a post request?
It can't give you something that doesn't exists!
 
P S H Y O T I C

☻♥
[Image: Czwhvkg.png]
This post is by a banned member (DragZer) - Unhide
DragZer  
Registered
182
Posts
104
Threads
5 Years of service
#3
(14 December, 2020 - 07:38 PM)Pshyotic Wrote: Show More
If it's get request, why would you ask for a post request?
It can't give you something that doesn't exists!

i made the get request in order to get the CSRF token so that i can post the CSRF (which i got from the get request) to proceed the login
[Image: sticker.png]
This post is by a banned member (beelzebubs) - Unhide
291
Posts
204
Threads
4 Years of service
#4
Can you post or DM your post request code? I can't really help much with what you've posted.
[Image: 7htJQPu.gif]

Prince of Demons - Lord of Flies
This post is by a banned member (DragZer) - Unhide
DragZer  
Registered
182
Posts
104
Threads
5 Years of service
#5
(14 December, 2020 - 11:49 PM)antiven0m Wrote: Show More
Can you post or DM your post request code? I can't really help much with what you've posted.

string postData = "username=" + user + "&password=" + pwd + "&CSRFToken=" + CSRF;
string str4 = req.Post("url i used", postData, "application/x-www-form-urlencoded").ToString();
[Image: sticker.png]

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)