开发者

302 error on $.get

开发者 https://www.devze.com 2023-03-24 13:59 出处:网络
I\'m using jQuery to load a page using the $.get function. Suddenly I\'m getting 302 errors. It worked fine last time I checked. When I open the page I want to load in my browser, it works fine. Mayb

I'm using jQuery to load a page using the $.get function. Suddenly I'm getting 302 errors. It worked fine last time I checked. When I open the page I want to load in my browser, it works fine. Maybe because 开发者_JS百科I upgraded to firefox 5.0. Is there a fix for this?

Thanks, Rik


302 is not an error. It simply means that the resource is at a different URI. See this document on HTTP status codes.


302 is not an error, but a response code meaning that the page is to be found elsewhere.


The document is in your cache. you can try clean your cache or put a random parameter to the end of the url string like this: http://my.url.com/mypage.asp.php?random=xxxx where each query xxxx is a diferent random number.

0

精彩评论

暂无评论...
验证码 换一张
取 消