Web login Programming Web Development by davy_yg ….parse unexpected character at line 1 (I am using speedy wifii) If I change using my cell phone hotspot. Then I… Re: Web login Programming Web Development by davy_yg Not connection speed? I try again login to the web from my home internet wifii. It works! Why it doesn't in the office? Re: Web login Programming Web Development by pty `Correlation != Causation` Why is the parsing failing? Clue, it's almost certainly not your connection speed. Re: Web login Programming Web Development by ryantroop Any number of possibilities. Your office network may block or blacklist certain web requests, or the firewall blocks them. If that's the case, you may end up getting a malformed JSON string and then you cannot log in due to JS errors. If you own the site, you can look at the logs and see if things are happening in the order you expect. If not, …