This is a migrated thread and some comments may be shown as answers.

Loosing UrlReferrer with AjaxManager.Redirect

8 Answers 60 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 11 Oct 2009, 01:14 PM
Hello,

I discovered that we loose the normal urlreferrer when asking for a redirect with AjaxManager.
This seems a bug ?

CS

8 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 12 Oct 2009, 03:45 PM
Hello Christian,

Could you please confirm that you are redirecting to another page with RadAjaxManager as described in the following help topic?
http://www.telerik.com/help/aspnet-ajax/ajxredirectingtoanotherpage.html

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
CSurieux
Top achievements
Rank 2
answered on 12 Oct 2009, 05:27 PM
Hello Pavlina,

Yes I confirm: redirecting from codebehind to another page with AjaxManager.Redirect(url) and in Page_Load in destination page UrlReferrer is null.

Wehn using Response.redirect UrlReferrer was Ok.

Regards
CS
0
Pavlina
Telerik team
answered on 14 Oct 2009, 07:02 AM
Hi Christian,

If your problem persist, it will be best if you open a formal support ticket and send us a simple runnable application(incl. CSS, images, skins, DB backup if needed and so on) demonstrating the problem. Thus we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
CSurieux
Top achievements
Rank 2
answered on 14 Oct 2009, 07:57 AM
Hello,

Could you confirm that on your side, using AjaxManager.Redirect respects the normal way urlreferrer works ?

Regards
CS
0
Pavlina
Telerik team
answered on 15 Oct 2009, 04:12 PM
Hello Christian,

Please find attached a simple runnable application that demonstrates the desired functionality. Give it a try and see if ir works for you.

If you have other questions or problems, please do not hesitate to let us know.

Greetings,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
CSurieux
Top achievements
Rank 2
answered on 15 Oct 2009, 05:10 PM
Hello Pavllina,

I will ask google if they receive te good urlreferrer.

Regards
CS
0
Kin
Top achievements
Rank 1
answered on 30 Jul 2015, 10:59 AM

Hi all, we facing same issue only with one browser version - windows 7 32bit,  IE11 11.0.21 (see screenshot). 
We can't reproduce on other environments.

Conditions: 
1. application works in IFRAME
2. win7 32bit, IE 11.0.21
3. .NET 4.0, server is IIS6 (windows 2003)

Steps to reproduce:
1. Perform Response.Redirect in IFRAME application from AJAXified request
2. On redirected page referer will be PARENT frame url, but not IFRAME previous url.

My investigations:
1. request returns partial update with "pageRedirect" delta processing case
2. javascript Sys.Browser.agent is set not to IE

 

Is any workarounds exists?
Regards, Illia.

0
Pavlina
Telerik team
answered on 04 Aug 2015, 12:17 PM
Hello Illia,

Could you try using the RadAjaxManager.Redirect method instead of Response.Redirect and let me know if it works?

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Ajax
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Pavlina
Telerik team
CSurieux
Top achievements
Rank 2
Kin
Top achievements
Rank 1
Share this question
or