When you get a "400 Bad Request" error in your browser (or similar error in the 400 series) while viewing some pages on our website, you may have some corrupted cookies stored on your computer. If you don't want to delete all cookies on your computer, which would wipe out all your "remember me" sites, you'll want to delete only the cookies associated with surveyorconnect.com. Here's how (in Chrome and Firefox): https://www.thewindowsclub.com/clear-cache-cookies-specific-website
?ÿ
Just did this for my Chrome.?ÿ Thanks W.
The Firefox instructions provided at Wendell's link are apparently for an earlier version of Firefox.
Here are instructions from the Firefox support system -
Delete cookies for a single site
To delete cookies for one website:
- Click the menu button and choose .
- Select the
- Click the button. The Manage Cookies and Site Data dialog will appear.
- In the Search websites field, type the name of the site whose cookies you want to remove. Items that match your search will be displayed.
- To remove all cookies and storage data for the website, click .
- To remove selected items, select an entry and click .
- Click .
- In the Removing Cookies and Site Data confirmation dialog that opens, click .
- Close the about:preferences page.
To learn more about managing site data in Firefox, see Manage local site storage settings.
The 400 (Bad Request) status code indicates that the server cannot or will not process the request because the received syntax is invalid, nonsensical, or exceeds some limitation on what the server is willing to process. It means that the request itself has somehow incorrect or corrupted and the server couldn't understand it. The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method. Therefore, it prevents the website from being properly displayed. The main thing to understand is that the 400 Bad Request error is a client-side error.
The cause of a 400 error can be a wrongly written URL or a URL that contains unrecognizable characters. Another cause of the error might be an invalid or expired cookie. Also, if you try to upload a file that's too large. If the server is programmed with a file size limit, then you might encounter a 400 error.
?ÿ