Hello,
I need to change my template from browser to POST/GET methods to increase speed of executing template because with for about four or five browsers running parallel all of running browsers started to throw an error. In the result none of running browsers can complete his task.
I have trouble because site provide something like fingerprints that is calculated by javascript. I was check fiddler and i found the method in javascript code that return fingerprint in result.
The code is over there: https://pastebin.com/15i0AUFX
I am interested in "get" function, that return fingerprint.
Do you have any ideas how i can bypass this security or generate fingerprint that will be correct?
Thanks!
I need to change my template from browser to POST/GET methods to increase speed of executing template because with for about four or five browsers running parallel all of running browsers started to throw an error. In the result none of running browsers can complete his task.
I have trouble because site provide something like fingerprints that is calculated by javascript. I was check fiddler and i found the method in javascript code that return fingerprint in result.
The code is over there: https://pastebin.com/15i0AUFX
I am interested in "get" function, that return fingerprint.
Do you have any ideas how i can bypass this security or generate fingerprint that will be correct?
Thanks!