- This topic is empty.
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
› Forums › CS50’s Introduction to Computer Science by Harvard University on Edx › Week 9: Flask › How both GET AND POST method supported simultaneously?
How both GET AND POST method supported simultaneously? On the first look, aren’t GET and POST appear mutually exclusive?
ChatGPT:
Although GET and POST methods are often thought of as mutually exclusive, they can actually be used simultaneously within the same form submission. Here’s how:
Now, for simultaneous support:
So, while they are conceptually different, they can be used together in certain scenarios, depending on your needs for data transmission and security.