E
EDOnLine
We have a page which, after inserting a record ID to our database via stored
proceedure, redirects the user to a URL on a thrid party site which as
passed to that page via QueryString. In other words this is an intermediate
counting page between the user's click and their arrival at their selected
URL.
This seems to be working just fine - except when long URLs are passed to the
page. In that case we're getting "file not found" errors on the thrid party
sites and which make it appear that the URL is being cut off somewhere in
the process. I've checked the source in the browser on our end and the <a
href> tag that the user clicks on is being created correctly.
Is there a limit to the length of QueryString or the URL passed to Redirect?
By long URLs I mean roughly 100 to 150 characters. I had understood that
QueryString would handle at least a couple of thousand.
Any ideas on how to make this work?
Thanks in advance!
proceedure, redirects the user to a URL on a thrid party site which as
passed to that page via QueryString. In other words this is an intermediate
counting page between the user's click and their arrival at their selected
URL.
This seems to be working just fine - except when long URLs are passed to the
page. In that case we're getting "file not found" errors on the thrid party
sites and which make it appear that the URL is being cut off somewhere in
the process. I've checked the source in the browser on our end and the <a
href> tag that the user clicks on is being created correctly.
Is there a limit to the length of QueryString or the URL passed to Redirect?
By long URLs I mean roughly 100 to 150 characters. I had understood that
QueryString would handle at least a couple of thousand.
Any ideas on how to make this work?
Thanks in advance!