Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajax Status 302 (with solution) #105

Open
JoniJnm opened this issue Jan 21, 2011 · 1 comment
Open

Ajax Status 302 (with solution) #105

JoniJnm opened this issue Jan 21, 2011 · 1 comment
Labels

Comments

@JoniJnm
Copy link

JoniJnm commented Jan 21, 2011

In tuenti.com all ajax urls has 302 status (without a new location), and they sent the htmlOutPut. So, I have needed do this change in FiresheepWorker.js

Change
if (req.status == 200) {

By
if (req.status == 200 || req.status == 302) {

All works ok :-)

@kimocoder
Copy link

This "fix" is added to FiresheepBackend.js where it belongs. Pulling to git in 30 minutes with several fixes including this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants