Skip to main content

All Questions

Tagged with
0 votes
0 answers
58 views
+50

How to append a row to Google Sheets API? It's not working with Jquery: code 403 Unregistered callers

Here's the request URL format I am using currently: postResURL = https://sheets.googleapis.com/v4/spreadsheets/${SHEET_ID}/values/Reserved!B2:D7:append?valueInputOption=RAW&key=${API_KEY} Here is ...
Ryan Wang's user avatar
  • 378
0 votes
1 answer
14 views

How to query post requests on browser

I've been getting started with querying APIs, and I spent a while today frustrated with trying to do a POST request through my browser, the same way I was able to do GET requests. I folded and got ...
klaus's user avatar
  • 1
1 vote
1 answer
30 views

Jquery Ajax Post Alert is Noth Showing the Returned Data, it is showing the current page source

I am not getting the expected result when trying to post a form using ajax. I have a simple form. I also have a jquery script to submit the form so I can try to pre-validate a captcha text box before ...
Soren's user avatar
  • 813
0 votes
0 answers
17 views

Unable to submitting the form using jquery post request like a form submit

Using Form Submit redirecting page from one page to another page and the page is redirecting successfully but the parameter value getting length 0(if array) or null(if string) based on the data passed ...
ashok's user avatar
  • 351
1 vote
2 answers
55 views

single form and multiple submit (with multiple value)

I Have a "For Loop" In ASP.NET Core Like This : <button type="submit" Form="FormActive" name="id" value="@item.I"></button> <!--It ...
YaSecu's user avatar
  • 95
1 vote
1 answer
41 views

css margin left li.class

Should be simple but I cant seem to get it. I have list item with a class second <li :class="second category == 1095 ? 'child' : ''" ;=""> <a class="...
Beep's user avatar
  • 2,783
1 vote
1 answer
69 views

ASP.NET Core 8 MVC: POSTing from jQuery all values are null in controller

I'm calling a controller endpoint from jQuery and the problem is all parameters are received as null by the endpoint. javascript: $.ajax({ url: '/Test/SendEmailWithCode', type: "POST"...
Diego Perez's user avatar
  • 2,588
0 votes
0 answers
112 views

Can't POST with python's http.server (code 501 Can only POST to CGI scripts)

Here is the python code I use to launch a server (when in the directory D:my-app/ where I have my html and javascript files) : import http.server server = http.server.HTTPServer handler = http.server....
Etienne TP's user avatar
0 votes
0 answers
135 views

FastAPI POST Request Handling for FormData Based File Upload - Error 422/400

I am currently prototyping some code that takes two form data inputs one being a title for the file being uploaded, and the other the file itself however I keep running into Error 422 or Error 400 ...
Gabriel Garig's user avatar
1 vote
1 answer
94 views

Facing issues in JavaScript "get" method deployed via netlify

I made an real time chat application. Mysql database is used. Code in my local system works perfectly, ie get method via http://localhost:3000/. It is not working in, while deploy in netlify. I think ...
Arun K's user avatar
  • 9
-2 votes
1 answer
39 views

Addressbar url gets all the posted data when preventing submission

The opened route is http://localhost:8080/clients. A modal containing a submit button is opened inside the page when clicking a button. I want to make a manual post when clicking the submit button : &...
pheromix's user avatar
  • 18.9k
0 votes
1 answer
1k views

POST request not working with AJAX & Flask, giving error 415

I'm new to flask & js and have been spending the last few days tryna POST data from a form to the API. Here's the code for the submit button in the script tags of the HTML file: function onclick() ...
Anushka.N12's user avatar
1 vote
2 answers
53 views

Sending JavaScript array to Php with ajax not working

I am trying to send the content of a JavaScript array to a different page using $.post, but it doesn't work - the corresponding $_POST is not set... Can someone explain me what's wrong ? Here is the ...
carpeDiem's user avatar
-1 votes
1 answer
44 views

Ajax post , server feedback "Method Not Allowed

I have a table that is built using dataTables, and the data is coming from the ajax attribute, however, I'm getting an error on the ajax: Ajax post , server feedback "Method Not Allowed"} ...
code_freshgirl's user avatar
2 votes
1 answer
61 views

Empty data when sending a button value from HTML to Flask through Ajax POST

I am trying to send the value of the button clicked in HTML to a Flask function through an Ajax POST. I spend multiple hours trying to find minimal working examples of POST to Flask, but I didn't find ...
mekise's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
297