Ajax - Redirect inside page loaded

Problem:

I have a call to ajax… the page that is loaded do a redirect inside itself. But when page is loaded by ajax request, the redirect not is execute.

If i execute by the browser direct, redirect is executed, but by ajax request not execute redirect.

Someone have a solution?

Can you post some example code so we can see exactly what you’re trying to do? Based on the limited information you’ve provided it sounds like you may be trying to do something that is not permitted due to XSS, but I can’t be certain without some code to look at. Thanks! :slight_smile: