Convert my cURL request to chrome Advanced Rest Client request Convert my cURL request to chrome Advanced Rest Client request google-chrome google-chrome

Convert my cURL request to chrome Advanced Rest Client request


Try following steps:

  1. Open Chrome advanced rest client and enter your url

    https://yourdomain.com/tenant/list

  2. Select method as POST

  3. In Header section enter:

    Authorization: Basic YWRtaW46YWRtaW4=

    Here "YWRtaW46YWRtaW4=" is encoded Base64 value of admin:admin

  4. Enter your payload request in payload section.

  5. set Content-Type as "application/json"

  6. Send the request.