Hiding URL parameters without using POST method #3275
-
|
How to hide URL parameters like theme=blahblah and so on? WITHOUT using POST method because this method has problem when using the back button go to the previous page |
Beta Was this translation helpful? Give feedback.
Answered by
return42
Mar 2, 2024
Replies: 1 comment
-
|
In HTTP there is only POST and GET .. Related: #3270 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
return42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In HTTP there is only POST and GET .. Related: #3270