Is this a known issue? I have to use Edge on my workstation and Safari on IOS. Any other news about the forum? Seems to be dwindling participants these days? Could it be related to inaccessibility in some browsers?
Printable View
Is this a known issue? I have to use Edge on my workstation and Safari on IOS. Any other news about the forum? Seems to be dwindling participants these days? Could it be related to inaccessibility in some browsers?
I use Chrome without issue on the my desktop and from time to time on my Android.
That isn't very much to go on... Are you getting any error messages:wave:Quote:
not working in Chrome
Here’s a screenshot of the error message. I’ll try to copy the text in case it’s unreadable…
Attachment 195896
Quote:
Bad Request
Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.
Apache/2.4.29 (Ubuntu) Server at 10.2.0.214 Port 80
Same Error Reported Here:
https://www.vbforums.com/showthread....34-Bad-Request
Try the suggestion about changing the DNS.
I used to get this error too, from time to time. Not just with VBForums, but also big-name sites like Microsoft.
During my last job, I even had their managed service provider look at it (we were basically a Microsoft shop exclusively working in a .NET environment and so not being able to access Microsoft was a pretty big deal) and they tracked it down to a transient networking issue that they couldn't really resolve. I found this odd because sometimes it wouldn't work on one browser, but it would work on another; then again, I do not work in IT nor do I pretend to know anything about networking.
9 times out of 10, flushing the DNS or changing it to/from 1.1.1.1 or 8.8.8.8 or allowing the default ISP DNS resolved the issue.
Since I've switched ISPs (away from AT&T), I haven't had the issue anymore. I can't say definitely that the ISP was the issue because the reason I switched was that I moved to the house next door, so it could have been the equipment I was using for all I know.
Either way, I know it's a pain in the rear.
To flush the DNS cache on Windows, open Command Prompt as administrator, type ipconfig /flushdns, and press Enter. This resolves connectivity issues and forces your device to update outdated website information.
Flushing the DNS cache didn’t work for me…
Did changing the DNS make any difference? (See dday9's post)
I don't think changing DNS would made a difference in this case - you're hitting the VBForums.com server but there's a problem with your browser's request. "Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit." means the problem is with your browser's request - one or more of the HTTP Header fields is too long for the server to process.
Maybe a bad cookie? I'd try clearing cookies first (or visit the site in Incognito Mode to see if that makes a difference first if you don't want to clear your cookies). If you're familiar with Chrome's devtools, I'd pull them up and inspect the request - are there any unusually long header fields?