You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
Hi Team,
the below curl command is working fine but when i used in python as below. it is throwing 405 Method not allowed error.
python request - requests.post(url, json=credentials, headers=headers)
Curl command - curl --request POST 'https://api3.prismacloud.io/login' -H 'Content-Type: application/json' -data '{"username":"","password":""}'
please check and help me to fix this
The text was updated successfully, but these errors were encountered: