THE FORUM IS IN READ-ONLY MODE
This forum is in read-only mode. The new forum is live at https://discourse.openbullet.dev and registrations are open!
Problem : X-CSRF-And Signin-Token-UUID-V4
-
Hello ,
I am having difficulties and having errors in order to be able to access the products of a site. the site generates 2 tokens. site require 3 tokens and U-ID ( User-Identifier )1: X-CSRF (32-character string )
2: Identify-sign-in token (32-character string )
#3:__Token
both have this format-Output the resulting :
XXXXXXX-XXXX-4XXX-XXXX-XXXXXXXXXXXXGenerated with : UUID-V4
https://fr.wikipedia.org/wiki/Universally_unique_identifier#Version_4example :
X-CSRF Token :
d731d7b2-5513-4d63-a8a9-8779d74bd99bidentity-signing Token : ```
b7fa4259-1d56-4d89-b0d0-7edcdc43b81bWhen i'm sign-in all is OK , Token are parsed and displayed in Openbullet [Link here :](https://ibb.co/mhMcRbC) Now , when i'm trying to go to the product page using thoses token , it's says : User Not Login [Link Here:](https://ibb.co/mhMcRbC) I go to the site and copy/paste from there : X-CSRF and Identity-signin-Token to Openbullet and it's WORK [Link here](https://ibb.co/qYQLS4R) Where is the problem ? thank 's for all the personns who can solve this problem , or help me to see what's is WRONG in my Code to correct it