Skip to content

Triage Service exceptions: Request path contains unescaped characters (/definitions) #31

@grvillic

Description

@grvillic

TypeError [ERR_UNESCAPED_CHARACTERS]: Request path contains unescaped characters

requests 
| where resultCode == 500
| join (
 exceptions
 ) on operation_Id 
| extend pathPrefix = extract("/(\\w+)", 0, tostring(operation_Name))
| where outerMessage contains "ERR_UNESCAPED_CHARACTERS" 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions