Invalid character in Remote JSON authorizer for payload. #943
-
Hi,
I had tested my performance on firefox and everything was just fine.
I spend a long time debugging the problem and I find out the only reason I get this message is I had added the header key to the payload. I do not know How to solve the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, @rezakazemi928 . What matching strategy do you use? Is it regexp or glob? I assume that you use the glob matching strategy and you can have this issue with glob because oathkeeper does not support glob to provide MatchContext at the moment. Your fields |
Beta Was this translation helpful? Give feedback.
Hello, @rezakazemi928 . What matching strategy do you use? Is it regexp or glob? I assume that you use the glob matching strategy and you can have this issue with glob because oathkeeper does not support glob to provide MatchContext at the moment. Your fields
url
andheader
remain empty when proxying to the upstream.Regexp
matching strategy is fully supported and consider using this strategy to glob