Need access to query string in rewriteRequestPath #4248
Unanswered
RickCarlino
asked this question in
Q&A
Replies: 1 comment
-
I was able to use middleware to re-write the path for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Example URL: http://localhost:8080/uri-res/N2R?urn:sha1:XKM123
I am attempting to map SHA1 values to local file system paths:
The URL format is from a network protocol standard, so I unfortunately cannot change it.
I only have access to "/uri-res/N2R" which is not enough information to pull up the true file path.
Is there a way to access the queryString value of the request when re-writing the request path?
Beta Was this translation helpful? Give feedback.
All reactions