http-status-code-400 Questions
2
Solved
I read What HTTP status response code should I use if the request is missing a required parameter? but it did not specifically ask about headers and there didn't seem to be a consensus.
The contex...
Bobine asked 14/5, 2012 at 2:26
1
Solved
I've used the "Populate a team vacation calendar" sample at https://developers.google.com/apps-script/samples/automations/vacation-calendar to build an Apps Script to pull all Out Of Offi...
Maurice asked 30/11, 2023 at 17:27
6
Solved
I update from Xcode 15 beta to Xcode 15.
I wanted to install the iOS package and got this error:
I already reinstalled Xcode.
There are already newer versions on the Apple site than what is shown ...
Vibrations asked 19/9, 2023 at 10:10
6
I am trying to post comments using axios. When I submit my datas entered in the form, I see this error in the console :
AxiosError {message: 'Request failed with status code 400', name: 'AxiosError...
Smackdab asked 19/5, 2022 at 15:37
8
Solved
I'm wondering if it is correct to return HTTP 200 OK when an error occurred on the server side (the error details would be contained inside the response body).
Example:
We're sending HTTP GET
So...
Exegete asked 13/1, 2015 at 11:53
4
Solved
I upload a package to PyPI, but I got some trouble after upload, so I delete it completely, and I tried to re-upload, but there are some error after upload again:
HTTP Error 400: This filename has...
Curkell asked 13/6, 2017 at 9:20
2
Solved
Following the guide here, I'm trying to set up Google Drive "push notifications" (webhooks) so I can watch for all file changes. I need to send a one-off POST request to https://www.googleapis.com/...
Isaacson asked 15/12, 2016 at 19:31
2
Here is my request URL:
http://server.com/app/user/getuser/?userId=9999
Note that userId is query parameter. Not embedded path parameter.
I understand that if the request URL is: http://server.com/...
Deciliter asked 3/8, 2018 at 16:17
12
Solved
I keeps getting message error from firebase link saying 400 error with my firebase storage upload in my react project when trying to upload photo... everything were working fine before and uploads ...
Tumbleweed asked 11/5, 2018 at 12:27
6
Solved
I am trying to send an Ajax POST request using Jquery but I am having 400 bad request error.
Here is my code:
$.ajax({
type: 'POST',
url: "http://localhost:8080/project/server/rest/subjects",
...
Godless asked 15/4, 2013 at 13:57
10
I have a JSON request which I'm posting to a HTTP URL.
Should this be treated as 400 where requestedResource field exists but "Roman" is an invalid value for this field?
[{requestedResource:"Ro...
Framboise asked 29/10, 2013 at 23:50
13
Solved
I'm using Spring MVC for a simple JSON API, with a @ResponseBody based approach like the following. (I already have a service layer producing JSON directly.)
@RequestMapping(value = "/matches/...
Humanly asked 26/4, 2013 at 9:16
5
Solved
I have a functioning webhook to a Teams channel to which I can successfully post messages. I am now trying to post an adaptive card to the webhook. Using Postman and performing a Post to https://ou...
Ceilometer asked 8/6, 2018 at 3:47
1
Solved
I'm following this tutorial. In it there is a step which states:
Now we have our signing secret and our API key, let’s add them to our Firebase project as environment variables so we don’t need to...
Mere asked 15/3, 2021 at 0:21
7
I'm trying to run socket.io and I'm getting a bunch of these:
http://domain.com:8080/socket.io/?EIO=2&transport=polling&t=1401421022966-0 400 (Bad Request)
This is the response I'm gett...
Unsay asked 30/5, 2014 at 3:44
2
We have an add-on for Google Sheets and would like to switch other Google accounts for some functions.
Half a year ago, I successfully added a URL (https://***.googleusercontent.com) to Authorized ...
Passim asked 12/10, 2020 at 16:41
4
Solved
A consumer of my REST API says that on occasion I am returning a 400 Bad Request - The request sent by the client was syntactically incorrect. error.
My application (Python/Flask) logs don't seem ...
Yak asked 1/9, 2015 at 23:44
2
Solved
This SO answer correctly explains that since the require Node/JS library is not supported by Google Apps Script, the following code changes must be made to get Stripe to work properly in a GAS proj...
Cult asked 21/7, 2020 at 11:5
5
Solved
I am trying to get an InputStream from a URL. The URL can be a opened from Firefox. It returns a json and I have installed an addon for viewing json in Firefox so I can view it there.
So I tried t...
Kelvin asked 19/2, 2012 at 13:45
2
Solved
I am implementing a REST API with Jersey and jOOQ.
I have a table with some constraints, for example a unique key. When inserting a tuple which violates this constraint, jOOQ throws a DataAccessEx...
Mauser asked 23/2, 2015 at 13:13
6
When sending notifications to iOS users, for some of them I get response status code 400 (BadDeviceToken) or code 410 (Unregistered).
From Apple documentation about "BadDeviceToken":
The specif...
Cuomo asked 28/2, 2017 at 14:33
8
Solved
The HTTP/1.1 specification (RFC 2616) has the following to say on the meaning of status code 400, Bad Request (§10.4.1):
The request could not be understood by
the server due to malformed synta...
Protozoology asked 24/1, 2011 at 11:0
2
I am new to Jax-RS. I am trying to implement a simple GET method using
jersey. I am getting the correct output for the Collection resource,
but I am getting "ERROR 400 Bad Request" for instance...
Underwing asked 20/3, 2017 at 19:18
2
I have this code to do a HTTP Post to a Jira URL (https://xxxxxxx.atlassian.net/rest/api/2/issue/):
Object jsonMessage = arg0.getMessage().getPayload();
URL url = new URL(jiraUrl + jiraIssuePat...
Chare asked 31/8, 2016 at 11:11
0
So I have the same website making the same request to the same server on (1) Chrome 76 and (2) Chrome 77 from different networks and computers.
One request has (1) Sec-Fetch-Mode: no-cors, Sec-Fet...
Culottes asked 19/9, 2019 at 8:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.