Top "Bad-request" questions

HTTP status code 400, implying the request was not understood by the server and should not be redone without modifications.

What is the cause of the Bad Request Error when submitting form in Flask application?

After reading many similar sounding problems and the relevant Flask docs, I cannot seem to figure out what is generating …

python forms post flask bad-request
MVC Controller return a bad request?

I was wondering if it was possible to return a bad request with content from an MVC Controller? The only …

c# asp.net-mvc asp.net-mvc-4 bad-request
Android HttpClient and HTTPS

I'm new to implementing HTTPS connections in Android. Essentially, I'm trying to connect to a server using the org.apache.…

android ssl https httpclient bad-request
Guzzle: handle 400 bad request

I'm using Guzzle in Laravel 4 to return some data from another server, but I can't handle Error 400 bad request [status …

php laravel bad-request guzzle
HTTP 400 Bad Request when calling WCF Service Operation?

When I call http://localhost/TestService.svc/GetColors, I get a Http (400) Bad Request. When I run this in fiddler, …

.net wcf bad-request
How to return 400 (Bad Request) on Flask?

I have created a simple flask app that and I'm reading the response from python as: response = requests.post(url,…

python api http flask bad-request
Facebook graph api returns 400 bad request with correct access token

I just manually implemented a facebook oauth2 flow into my webapp. After receiving the correct access_token and trying to …

http facebook-graph-api curl oauth-2.0 bad-request
Returning Empty ActionResult

I may encounter situations, when I need to just return bad request result. For example, there is a call to …

asp.net-mvc actionresult bad-request
WebClient - get response body on error status code

I'm looking essentially for the same thing asked here: Any way to access response body using WebClient when the server …

c# webclient bad-request
Django | joined path is located outside of the base path component {% static img.thumbnail.url %}, Error 400 with whitenoise

I've finish my first app in Django and works perfectly, but still have pre-deployment problems since I set DEGUG=False ... …

python django django-staticfiles bad-request