Problem in using POST to retrive data from HTML

Joined
Nov 16, 2024
Messages
1
Reaction score
0
I am using the POST method in HMTML to then retrive data through jsonify, but continually get a 'method not allowed for this url' message. Anyone who might help please?
 
Joined
Dec 10, 2022
Messages
108
Reaction score
26
Is this flask? Django? You need to post code to get help. Post is generally for submitting data. Get is for retrieving data.
 
Joined
Jul 4, 2023
Messages
508
Reaction score
63
The error "method not allowed for this url" often occurs when the route in your Python backend (likely Flask) isn't configured to handle the HTTP POST method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,056
Messages
2,570,446
Members
47,097
Latest member
MarionMajo

Latest Threads

Top