Skip to main content
0 votes
0 answers
67 views

Assume the following simple setup for sending telemetry to Google Sheets: Curl -> Google Apps Script deployed as Web App -> Google Sheet -> Cell 1:1 Google Apps script is a simple doPost() ...
Noideas's user avatar
  • 127
1 vote
1 answer
66 views

I'm trying to set up a website that uses Flask to send data via app.py into a database. However, when I try to open the app in the browser, I get a 405 error. The method, as seen in the code below, is ...
Xeno's user avatar
  • 25
1 vote
1 answer
135 views

I have a form that when you submit it is supposed to send you to an error page or a success page. All I get is an HTTP 405 error. Below is all the scripts I used. The files are located on the root ...
CoralNI's user avatar
  • 29
1 vote
0 answers
68 views

I built a simple Next.js app that uses Route Handlers as described in the official Next.js documentation. The relevant file is located at src/app/api/import-batch/[id]/route.ts. It handles : A GET ...
Julian's user avatar
  • 90
1 vote
2 answers
111 views

I am working on a form using the Django framework and I keep getting a 405 error which I can't seem to fix. I have an html template which contains a form allowing admins to add new TAs to the database ...
Victor's user avatar
  • 21
0 votes
0 answers
25 views

I'm adding in an iframe onto a page and when it makes a CORS request to another static file on my server, it always responds with a 405 response. I've tried editing my sites-enabled\domain file to ...
user1023102's user avatar
0 votes
1 answer
80 views

I am using the latest version of Openresty (1.27.1.1) and I want to handle CONNECT requests. But sending a CONNECT request throws a 405 NOT ALLOWED error. I have tried different lua scripts to try and ...
klaus_03's user avatar
0 votes
0 answers
40 views

I need to change the default Jetty error page (specifically I want to remove the part where the requested URI appears in the html response), I tried several things but it does not seem to work. I ...
Bastian's user avatar
0 votes
1 answer
110 views

Using api2pdf API in Google Apps Script to split PDF attachments into multiple files. I tried a lot of variations, but I am unsure what I am missing. Latest error code is 422. I've copied the code ...
Kyle Arndt's user avatar
0 votes
0 answers
92 views

I've tried to add ad conversion tracking to a Google Form, but get a 405 HTTP error when I try to run the script from Google Tag Manager. 405 means "Method not allowed", but I have hard time ...
user857990's user avatar
  • 1,250
1 vote
0 answers
59 views

The issue arises when I submit the form. Despite using a POST method in the HTML form and ensuring that my view is correctly handling POST requests, I get an HTTP 405 error. I can't figure out why ...
Dozimikes's user avatar
0 votes
1 answer
88 views

I am building a simple bus reservation web app with Java 21 for backend . I keep getting error 405 Method Not Allowed ( GET not supported ) , This is my current code and i test with postman BUS ...
iheb khemila's user avatar
1 vote
1 answer
109 views

Here is the HTML code: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Add Two Numbers</title> </head> <...
MINATO8622's user avatar
1 vote
0 answers
93 views

I have an Nginx server running over EC2 instance configured to handle various HTTP methods including GET, POST, and PUT. However, when I attempt to send a PUT request, I receive a 405 Method Not ...
Saul's user avatar
  • 11
2 votes
0 answers
45 views

I'm using FastAPI to receive form submissions from a React based login page. However, I am receiving a 405 error upon submitting a request from my frontend: However, when testing out json inputs on ...
Avik Samanta's user avatar

15 30 50 per page
1
2 3 4 5
38