Http-post Questions
Ad
Asp.Net core MVC Javascript Ajax parameters null HttpPost
I am writing a javascript function for a button <button type="button" class="btn btn-sm btn-outline-secondary"
ContactForm. Return div instead of a new htmlPage on [HttpPost]
I'm having a contactform in a view. when i hit submit the method below starts. in the try/catch section it now returns a new blank page with the
Unable to let a macro fetch tabular content issuing post http requests
I've been trying to get tabular content from a
When do you use POST and when do you use GET?
From what i can gather, there are three categories: never use get and use post never use
Connection refusing in android post data sending
I tried sending post data(s) into a local php server on my own network, and tried a test code. but the connection is refusing for some reason
Flutter receives 422 response from Fastapi when posting a PNG file
I have created a working localhost api with fastapi. the post takes a png, does some image processing and returns a png as expected when i click
Flutter - POST request with an xml body
I'm trying to do a post request on an api with flutter. i have tried with xml and xml_parser library but i didn't resolve it. i have tried the
Simple POST request working like a GET request and timing out
I created a simple post request form to submit an email, but every time i run it, it acts like a get request that fails. i tried testing
how to use POST method in dart?
I want to send a request to server and get details, i have written some code but i don't know why it doesn't work. i found out that the reason is
How to get POST headers from Kwik site without downloading the video content?
I plan to find the link of the video from kwik site . the kwik servers only display the video when referred by an appropriate site so i found a
Ad
Send Firebase API Notification with "extra information" using JSONObject in android
I’m developing an android app and i am using the firebase api to send push notification in android studio using http post. i followed a tutorial
In azure functions (js) POST request after async/await call does not work
I am currently working with azure functions in javascript. in my function, i am first getting a specific element from my cosmodb (this is the
I want to know how to handle POST requests in Node.JS
Okay, so i want an application to send a post request to my server at port 8080 or 80. i don't know how to make node handle these requests. i want
laravel: can not accept post request without csrf
I have added into the exceptions: protected $except = [ 'pay/finish' ]; but still i am getting
How to make a post request with a custom token document ref with firebase firestore Rest API
Here is my code below, i'm trying to send a post request using firebase firestore rest api. it works, but it generates a random ref id token that
How to upload the files to firebase storage with uid using Post Url?
I found one solution to upload the file to firebase storage without any authentication using this link
How to Solve this error CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate(handshake.cc:359))
I am new to flutter and developing an app but i am facing an issue regarding a post request to the asp.net core api method. this below is the
Upload files with Volley custom body post request
I need to send 2 files to a server using volley library in android. there is an example of how it works well in postman:
How to properly post url in android with java using HttpURLConnection
I try to use httpurlconnection to send a post request to my local (xampp) server with an url like this
How to send an array in http POST request body
I have an array of objects to add to my cart which i have to send as body parameter in my post request, something like this: [
How to use <p> tag in res.write() function?
I use this code to show a response of an api request and wanted to seperate my two res.write() parts. i tried a paragraph but vs is
Ad
How to measure upload progress of a huge String with Retrofit 2?
I use retrofit 2 and a post rest call to send some data to backend. my rest interface looks like: void
How to encode Object to Json in flutter
I have a subject object class subject { string subjectname; int pages; int fullmarks; future<map<string,
How to make http.post call in riverpod?
I am trying to make a post-call that would send form data to api and get a response. i would like to make a network post-call which sends
Getting "getaddrinfo ENOTFOUND" Error in Firebase Cloud Function
I have written a function in firebase cloud functions to make a http post to the onesignal api. i first test my request in postman and ensured
axios is not implementing post request
I am trying to post data with axios (nodejs, reactjs) but i ended up getting this errors
Firebase notification can't create device group through HTTP.post
I'm trying to create a device group as described in the documentation
Android Studio SQLite, Index Cursor Out Of Bounds Exception
I'm trying to develop an app, which stores data locally on an sqlite database, which can later be transferred to an online database when the
Use Flutter to send a http Post-Request (containing an image) to a Flask API
I've trained a cnn on the cifar10 dataset (placeholder, will be replaced with a different model later) and integrated the model into a flask api.
How to use HttpPost to get the second response
I'm use the httppost to obtain the web search result in thread. the main questions is the response from the first httppost request is need to wait
HttpPost issue in android
This is my mainactivity.java file in my android project. i want to receive the html source code of a page. when i run
How to Show Snackbar with the Result of Future Http Post?
I'm trying to get a "file was uploaded." string back from a successful future http post request so that i can create a
Ad
Dart/Flutter - File Posted to PHP Server is Zero bytes in size
I'd like to post an audio file to a php page on my server. although the file pretends to upload, it's size is zero bytes. here's the method i'm
cannot read response.json() when sent as part of an object
I am making an api call from a function and return response.json(), on the calling function i can get the data. but along with
Scrapy FormRequest
I'm having trouble with scrapy formrequest. i am trying to get all reviews from this page (infinite scrolling) :
Manage POST time output in PHP LARAVEL
Working on a smart time manager, informations sent through a form, i would like to transform a form time output, captured with
ReactJS Fetch drop-in replacement for this AJAX boilerplate
Background: the following ajax code works successfully (reactjs + jquery frontend, php backend).
Location in flutter
I need to send the location to my database, but it is not working. i managed to show it on the screen, but nothing to send.
How to retrieve data json api to form in flutter
I have a form textfield and dropdown and i have data productcode = "inqprepaid50" i want to become 50000 in dropdown field "nominal". this
how call method and retrive json array nested in flutter
I new used flutter. i have model but i don't understand to call method and retrive data to show in ui(interface). i using packages http post.
Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException - Laravel 5.7
I have a route route::post('skill/store','[email protected]'); i have a form that call it
Can I use HTTP Requests GET and POST on Firebase Cloud Firestore?
I'm new to using firebase close firestore and i'm wondering if i can use http get and post to modify the data. if yes, where can i find
what is the best way of doing a http post in dart?
Tried posting this: {grant_type: password, password: 123456, username: user1234} with the below code
Ad
Is it possible to obtain POST data in NodeJS without creating a server?
I want to replace the php script that currently handles receiving and processing data from my webpage (lan only) by a nodejs file. currently, the
QT Request to SaleForse with status code 0
I have a standalone app that has a function with 2 post request functions, first to get token from salesforse, second to send my json data, when i
Angular HttpClient post cannot send simple string parameter
I want to send a request to a c# service which has a string as its parameter. i wrote an angular service like this: export class
Python HTTP Post with upload file and headers generated from Postman
I'm using python 2.7. i want to make a http post using requests, where i upload a file and a key
Laravel 5 - Ajax POST - $request->all() returns empty array in PostController
Apologies for repeat but i've tried every suggestion to every question even vaguely similar to this to no end. ajax post:
Php post method not getting data from url
I have an url which is to be used for getting post data after pasting and pressing enter in the browser. my link is :
Send POST data from Android application to PHP MySQL
I am trying to send a data to wampserver. i am using the httpurlconnection, and i don't know how to send data - maybe in json form or xml. i have
Volley getting an error response
I am sending some post data using volley. here is my code . it's a snippet from background service. let me know if you want other files also. i've
Verify Shopify webhook
I believe that to have a shopify webhook integrate with a rails app, the rails app
Ad
Blog Categories
Ad