wobsoriano / nuxt-proxy

Http-proxy middleware for Nuxt 3.
MIT License
92 stars 9 forks source link

Not working with "OPTIONS" method #13

Open DanieleMilillo13 opened 1 year ago

DanieleMilillo13 commented 1 year ago

When I try to make an "options" request, the server sends me a 204 "no content" response. image

Screenshot from postman for a request to Nuxt (PORT: 3000): image

Screenshot from postman for a request to Django Rest Framework (PORT: 8000): image

The proxy is working for GET or POST requests.