You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
My REST server is using get for getting Informations and POST to update. But if I am using GET and POST for /settings then it will throw a served::request_error when I try to GET Request for Settings
the REST Client says Method not allowed.
Describe the bug
My REST server is using get for getting Informations and POST to update. But if I am using GET and POST for /settings then it will throw a served::request_error when I try to GET Request for Settings
the REST Client says Method not allowed.
Steps to reproduce
Multiplexer is a Class member and net::server is a smart pointer.
Expected behavior
can handle both requests
Environment (anything that would help us investigate the bug)
Windows 10 x64
Visual Studio 2019 Community Edition
The text was updated successfully, but these errors were encountered: