THE FORUM IS IN READ-ONLY MODE
How to duplicate my 1st POST data req for 2nd POST request?
-
My 1st Request:
On my first request I used to parse a few elements like: AppToken, OpenID, WorkFlow, SessionID etc.When I post my 1st request, then it shows me captcha. So, I need to copy the same element of 1st request that I parsed like: session ID, AppToken, OpenID etc to post 2nd time with the captcha value.
Pls, help me how may I do that.
-
This post is deleted!
-
https://gyazo.com/094f4f350c2e083200248718b3ab5669.png
If you set the VAR/CAP name as token, you can use <token>.
If you set it as OpenID, you can use <OpenID>
-
Here is the Get Request & parsed the elements: https://prnt.sc/ujiqs0
1st POST Request & after the request captcha came: https://prnt.sc/ujish3 - https://prnt.sc/ujitbgNow captcha is solved by 2Captcha - https://prnt.sc/ujiv7b
When I am going to post the captcha data, it brings me another captcha because, it gets new request to login. But, if I could use the older data to POST with the captcha value, it could work. How may I do that?
-
Is this too hard? Or, impossible?
-
Nobody replied me....pls help