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
Now there is a raw option is the :setcookie() method. See 42e3002 and f97518b. I hope it resolves the problem. If it is not so or if you have more on the topic, don't hesitate to reopen the issue.
Function uri_escape escape / to %2F. Affects setting cookie path.
http/http/server.lua
Line 33 in 9047b51
Possible fix:
res = string.gsub(str, '[^a-zA-Z0-9_/]'
The text was updated successfully, but these errors were encountered: