Hello to everyone who might read this question.
The question is very basic, can a query string parameter key contain the hiphen (-) char?
I have this url
https://www.example.com/page?uid=83485743jfj4f37gj348&thank-you
Thank you all.
Hello to everyone who might read this question.
The question is very basic, can a query string parameter key contain the hiphen (-) char?
I have this url
https://www.example.com/page?uid=83485743jfj4f37gj348&thank-you
Thank you all.
Judging from
https://url.spec.whatwg.org/#application-x-www-form-urlencoded-percent-encode-set
you can use the hypen character without any escaping.