Closed brian6932 closed 8 months ago
The value of access-control-allow-methods is GET,POST,PUT,PATCH,DELETE However, when you send a DELETE, you get Method Not Allowed, you really should be able to DELETE your pfp...
access-control-allow-methods
GET,POST,PUT,PATCH,DELETE
DELETE
Method Not Allowed
We do not plan to fix this issue on this implementation of the API. For more info please see https://github.com/SevenTV/SevenTV/
The value of
access-control-allow-methods
isGET,POST,PUT,PATCH,DELETE
However, when you send aDELETE
, you getMethod Not Allowed
, you really should be able toDELETE
your pfp...