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
The request fails with a 400 response. The generated request looks like:
GET https://app.contrastsecurity.com/Contrast/api/ng/<Organization ID>/applications/filter?filterText=foo bar&includeArchived=false&includeOnlyLicensed=false&includeMerged=true
Which is not a vaid URI due to the spaces in the name.
The SDK does not perform any substitution for spaces when querying for an application whose name contains them.
When running the following query using the SDK
The request fails with a
400
response. The generated request looks like:Which is not a vaid URI due to the spaces in the name.
cc: @mmastrocinque
The text was updated successfully, but these errors were encountered: