Ask a Question related to ASP.NET General, Design and Development.
-
Hector Bejarano #1
Request.UrlReferrer is nothing
I have a website that checks for the correct referer and it was working fine
until we implemented and ssl certificate (https). Now, the
Request.UrlReferrer is always null (is nothing). Is there any parameter that
I must configure in the SSL certificate to allow checking of the referer?
Thanks.
Hector.
Hector Bejarano Guest
-
Confused about a REQUEST.FORM and a REQUEST.QUERYSTRING
This is snipit of code, supplied by PayPal with explanation about what has to be done to access their back end. I am confused because they first... -
problems with Request.UrlReferrer
i have found a problem when using Request.UrlReferrer. if i call the page using a javascript function, the referrer is null... i need to call a... -
best way to get data: request.form, request.params, controlname.value
Hi! I think I remember somewhere that using request.form was a bad idea (I can't say I remember why). So I'm wondering: What is the best way to... -
UrlReferrer issue
Hi all! I am developing an intranet app and have a problem with the Request.UrlReferrer object. I use it to keep a "linkstack" of all pages... -
Request.UrlReferrer and SSL certificate
I have a website that checks the Request.UrlReferrer variable. This routine was working ok, until we created a ssl certificate on the server. Now,...



Reply With Quote

