We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981a697 commit 9819aa4Copy full SHA for 9819aa4
microservices/gatewayApi/patterns/sdx/service_r1.py
@@ -304,7 +304,7 @@
304
if not auth_header then
305
return nil, "Authorization header missing"
306
end
307
- local token = auth_header:match("^DPoP%s+(.+)$") or auth_header:match("^Bearer%s+(.+)$")
+ local token = auth_header:match("^DPoP%s+(.+)$$") or auth_header:match("^Bearer%s+(.+)$$")
308
if not token then
309
return nil, "Invalid Authorization header format"
310
0 commit comments