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

Django server in one computer, client in other computer Problem #151

Open
guochengli opened this issue May 14, 2015 · 0 comments
Open

Django server in one computer, client in other computer Problem #151

guochengli opened this issue May 14, 2015 · 0 comments

Comments

@guochengli
Copy link

I downloaded the latest django-dajaxice zip file from github then unzip it. Then I enter django-dajaxice-master/examples folder, run 'python manage.py runserver 13.122.241.172:80', (which is my computer's ip). The server started normally. In this server computer, I can visit http://13.122.241.172/ and the page displays normally. Then I click the 'Hello' button, I can get the right response. In my collegue's computer, whose ip is 13.122.242.16, he can visit http://13.122.241.172/ , BUT, when he click the 'Hello' button, there is NO response!
Then I check the command window, I see when he click the button, my server never receive the "GET /dajaxice/simple.hello/?argv=undefined HTTP/1.1" request! I am so confused by this problem and have been working on it for three days. Anyone could help me? Thanks so much.
The version of django is 1.4.20.

Progress:
•Thanks for your help to this topic. I'm newbie here. Stackoverflow really a great place.
•Now I have found the problem's crux: In my server computer I use IE11, BUT in my colleague's computer, he uses IE9. If he changes to Chrome, it will be OK. But it still confuses me how should I do with other people who only have IE9.

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

No branches or pull requests

1 participant