Error 401 sending recaptcha token with requests
问题 I tried to make a cart for this site: https://www.off---white.com/en/IT When I tried to send values for the params of the cart, one of this params is a token of recaptcha. I tried manually to get the token using this project 'https://github.com/Cosmo3904/Recaptcha-Harvester-V2' When I tried to make the request I pass all params: token = 'recaptcha_token' #(I get it manually and expires every 110s) payload = {"variant_id": "111380", "quantity": "1", 'g-recaptcha-response': token} s = requests