Skip to content

Check HTTP request method before responding #6

@ShannonGreen

Description

@ShannonGreen

Currently all HTTP requests are responded to, whether sent as GET or POST.
It is customary for GET requests to be safe, ie should not change data on the server. POST requests are for submitting new data.

The server should respond appropriately to these methods.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions