Jump to content

chrome isn't letting me on the site


Dane-gerous

Recommended Posts

Try going to any page on BZPower, press F12, go to "Console" and run this code:

var req = new XMLHttpRequest();
req.open('GET', '/board', false); 
req.send();
req.status
Don't worry, all this will do is test for an HTTP request header and return whatever status code you get. You should get "200" if the connection between the site and your browser is correct. If you get an error code starting in a 4, such as the common 404 error, it's an issue on your end. If you get an error code starting in 5, such as 500, it's an issue on the server's end. Edited by Meiko
  • Upvote 1

--

Meiko - @georgebarnick

LUG Ambassador and administrator at Brickipedia

News reporter and database administrator at Brickset

Administrator at BIONICLEsector01

 

DISCLAIMER: All opinions and contributions made under this account are based solely on my own personal thoughts and opinions, and in no way represent any of the above groups/entities. If you have any concerns or inquiries about the contributions made under this account, please contact me individually and I will address them with you to the best of my ability.

Link to comment
Share on other sites

Interesting... I noticed today that the site had that CloudFlare security thing or whatever that someone else pointed out a few days ago was happening again today, but is now no longer active. Perhaps that might have been the cause of your problems, as a side effect. :notsure:

Edited by Chronicler06

Formerly known as Takanuva's Symbol, I rejoined BZPower on October 10, 2012.

These days, I am perhaps best known for my obsession with all Lego video games.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...