-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hi
This pattern is not compliant with Api Manager Tyk Io.
This Api Manager allow signature without quotation mark.
Example :
Work fine with tyk.io
Signature keyId=${keyId},algorithm=${algorithm},signature=${signature}
But don't compliant with this regexp
"(?\w+)=(("(?[^\"])")|(?\d+\.?\d))"
| .compile("(?<key>\\w+)=((\"(?<stringValue>[^\"]*)\")|(?<numberValue>\\d+\\.?\\d*))"); |
Is it possible to make optional quotation mark in this pattern ?
Thanks
Metadata
Metadata
Assignees
Labels
No labels