• May 5, 2024

Curl Session Id

how to get session id from curl and reuse it again for next GET …

Im doing this curl request to get some data in python, how can i get session id of curl request so that i can reuse again.
toutput(“curl -H \”Content-Type:application/json\”” -k -u username:password -X GET -s””

Frequently Asked Questions about curl session id

Leave a Reply

Your email address will not be published. Required fields are marked *