I get the error "The return URL specified to redirect the request is invalid" when using forms authentication. I found this thread that says this is a known issue with return URLs that contain colons (I really have several).
The workaround in this thread is to catch the error and use the default returned URL ... is hardly an acceptable solution. I can try to avoid colons in URLS, but this is a bit of a pain.
Is there any other alternative?
source
share