Page 1 of 1

I have to make an HTTP POST request to an URL with the JSON string as the body part. The URL is protected by HTTP Basic

Posted: Thu Jul 14, 2022 2:06 pm
by answerhappygod
I have to make an HTTP POST request to an URL with the JSONstring as the body part.
The URL is protected by HTTP Basic Authentication, which isexplained on Chapter 2 of RFC2617, so you have to provide anAuthorization: header field in your POST request
Authorization password
For generating the TOTP password, you will need to usethe following setup:
Shared secret examples
If your POST request succeeds, the server returns HTTP statuscode 200.
HOW TO GENERATE TOTP PASSWORD with the sameconditions?