python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Invalid "Content-Type" from Java code but works in Postman
I am trying to send a POST request to a particular URL, below is my Java Code to do it...
OkHttpClient httpClient = new OkHttpClient().newBuilder().build();
MediaT...
SharadxDutta
Votes: 0
Answers: 2
Exception: Request failed for https://rest.clicksend.com returned code 401 For sending outbound messages using google appscript
So I am trying to make a program using google Apps Script that could send outbound messages to the mobile numbers I have stored using google sheets. Also, the API that I have used for the triggering o...
TheRealDealerOfCode121
Votes: 0
Answers: 0
Files not being attached to POST request (axios) while sending with Postman works
Im trying to understand why my files are not being sent with axios request from frontend while I can send them with Postman.
I have Nodejs backend with multer to accept files like so,
app.use(multer({...
Jeekim
Votes: 0
Answers: 1
Pass base64 string in POST call in React Native
I'm trying to pass base64 string which is returned by expo's image picker to POST api call. Following is the code snippet
var { cancelled, uri, base64 } = await ImagePicker.launchCameraAsync({
media...
user2185592
Votes: 0
Answers: 2