When someone accesses my website with a URL like
http://www.ebay.com@myreal.website.com, I want to be able to access
the full URL. I can't seem to find a way to do this... is it
possible?
For reference: request.getRequ estURL() for the above URL will return
"http://myreal.website. com" thus losing the "www.ebay.c om" part. I
need a way of getting the exact requested URL.
http://www.ebay.com@myreal.website.com, I want to be able to access
the full URL. I can't seem to find a way to do this... is it
possible?
For reference: request.getRequ estURL() for the above URL will return
"http://myreal.website. com" thus losing the "www.ebay.c om" part. I
need a way of getting the exact requested URL.
Comment