Forum Moderators: buckworks

Message Too Old, No Replies

/ Added to cancel URL

PayPal appends a / to the end of my cancel URL

         

SimonRW

1:29 pm on Mar 10, 2004 (gmt 0)

10+ Year Member



PayPal appears to append a forward slash / to the end of my cancel URL which messes up my page. It also always adds HTTP:// to the front of it which is annoying.

My cancel URL has query string parameters in it and looks something like this:

[servername...]

But PayPal turns it into this on its Continue link:

[servername...]

Obviously I can change it so the http:// prefix isn't passed to PayPal, but does anybody know a way of getting the cancel link to be generated exactly as it is passed to PayPal because that / added is messing up the page?

Thanks for any help - Simon

sun818

4:48 pm on Mar 10, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Change your aspx code so default.aspx defaults to SearchCategory=-1

Also try encoding your URL

SimonRW

6:03 pm on Mar 10, 2004 (gmt 0)

10+ Year Member



OK, I'll give that a whirl.

thanks for your help

Simon