Don't use GET for non-idempotent API endpoints #1

Closed
opened 2022-08-16 09:20:11 +02:00 by xiretza · 1 comment
Owner

Currently, the following API endpoints are non-idempotent, but work with GET requests:

  • update.php
  • ping-get.php

These should be changed to only allow POST requests; the 2fb firmware needs to be updated accordingly.

Currently, the following API endpoints are non-idempotent, but work with GET requests: - `update.php` - `ping-get.php` These should be changed to only allow POST requests; the 2fb firmware needs to be updated accordingly.
Author
Owner

Done in 096c7ac168.

Done in 096c7ac1682e6ee3dcd091d7e089f64af4f836d0.
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: IT-Syndikat/ITSynOpen#1
No description provided.