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
115
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
609
Reaction score
81
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

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top