You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe my Krakend is working correctly however I am wondering what to do about this. So I have SeaweedFS behind my Krakend (Its similar to AWS S3 in terms of API). I have pre-signed URLs with % and weird special characters in it. I think Krakend is not parsing them exactly even when I do "no-op".
When I do the echo endpoint for debugging
Krakend turns %3D into "=".
It seems like this is intended and is it similar to this question? Shouldn't "no-op" pass everything fine?
Just want to share, the only way we managed to fix it was what I mentioned in #915 (Which essentially requires forking KrakenD).
Then another workaround has to be applied to fix the following Gin bug gin-gonic/gin#4033, also described in the bug ticket.
If you find an easier workaround, it would be great if you could share!
I believe my Krakend is working correctly however I am wondering what to do about this. So I have SeaweedFS behind my Krakend (Its similar to AWS S3 in terms of API). I have pre-signed URLs with % and weird special characters in it. I think Krakend is not parsing them exactly even when I do "no-op".
When I do the echo endpoint for debugging
Krakend turns %3D into "=".
It seems like this is intended and is it similar to this question? Shouldn't "no-op" pass everything fine?
#915
I am not sure what the solution would be if it is intended behavior. If it is intended, can you please suggest options on how to proceed?
Environment info:
krakend help | grep Version
and copy the output hereuname -srm
or writedocker
when using containersDescribe what are you trying to do:
A clear and concise description of what you want to do and what is the expected result.
Your configuration file:
Configuration check output:
Result of
krakend check -dtc krakend.json --lint
commandCommands used:
How did you start the software?
Logs:
Additional comments:
The text was updated successfully, but these errors were encountered: