-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request help: apisix hmac url paramater encode result not equal java ecnode result #5690
Comments
In fact, APISIX uses |
I don't thin use replace is good idea |
may be like this |
It's barely okay. I think you could look for some generic class libraries, like guava. |
@qq54903099 can we close this issue now? |
Issue description
like this:apisix
+
replace to '%20' ,but in java is "%2B",use URLEncode.ecnode."2021-10 00:01" apisix encode result is "2021-10%2000%3A01",bust in java is "2021-10+00%3A01"
I want to know how to use java to generate
Environment
apisix version
): 2.10.2uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):luarocks --version
):The text was updated successfully, but these errors were encountered: