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 attempted to integrate ReportPortal with our on-premise Azure DevOps, but encountered an issue. The request to trigger the integration contains forbidden characters—specifically, the request call is named "Azure%20DevOps." Our Azure DevOps configuration blocks such characters by default.
Is there any workaround available from ReportPortal, or is it possible to adjust the naming convention within ReportPortal to avoid this issue?
Request url: http://serverUrl/api/v1/integration/Azure%20DevOps
Request status: 409 Conflict
Response:
{
"errorCode": 40302,
"message": "Unable to interact with the integration. Unable to connect to Azure DevOps. Code: 400, Message: A potentially dangerous Request.Path value was detected from the client (:)."
}
Good afternoon,
I attempted to integrate ReportPortal with our on-premise Azure DevOps, but encountered an issue. The request to trigger the integration contains forbidden characters—specifically, the request call is named "Azure%20DevOps." Our Azure DevOps configuration blocks such characters by default.
Is there any workaround available from ReportPortal, or is it possible to adjust the naming convention within ReportPortal to avoid this issue?
Request url: http://serverUrl/api/v1/integration/Azure%20DevOps
Request status: 409 Conflict
Response:
{
"errorCode": 40302,
"message": "Unable to interact with the integration. Unable to connect to Azure DevOps. Code: 400, Message: A potentially dangerous Request.Path value was detected from the client (:)."
}
Under this link you can find ticket about the specific issue:
https://learn.microsoft.com/en-us/answers/questions/1509257/how-to-solve-error-a-potentially-dangerous-request
Best regards,
Maciej Pazoła
The text was updated successfully, but these errors were encountered: