Redirect to URL removes trailing slash
-
1- I have a page, which sends a URL parameter to a Forminator form
https://ForminatorForm/?url=mysite.com/product/productname
2- Then inside the Forminator I use a hidden field to save this parameter.
3- Finally, in behavior I want to redirect to above mentioned URL.
But the resulting page address is malformed.
Instead of https://mysite.com/product/productname
I get https://mysite.comproduct/productname.
The trailing slash after domain name and before “product” is dropped and the URL is malformed.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Redirect to URL removes trailing slash’ is closed to new replies.