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
I'm using ASTRA to pentest an API that, depending on the request is mandatory to pass data (such as grant_type=client_credentials) or json with some data.
If I try to put in the body:
grant_type=client_credentials
The input validation is failed. If I put it in JSON format, {"grant_type":"client_credentials"} the scan goes on, but I get {"error":"invalid_request","error_description":"Missing grant type"}.
So, how can I put "grant_type=client_credentials" as data to send the request?
Regards,
The text was updated successfully, but these errors were encountered:
Hi,
I'm using ASTRA to pentest an API that, depending on the request is mandatory to pass data (such as grant_type=client_credentials) or json with some data.
If I try to put in the body:
grant_type=client_credentials
The input validation is failed. If I put it in JSON format, {"grant_type":"client_credentials"} the scan goes on, but I get {"error":"invalid_request","error_description":"Missing grant type"}.
So, how can I put "grant_type=client_credentials" as data to send the request?
Regards,
The text was updated successfully, but these errors were encountered: