I'm a beginner, please help me)
How to fix it - POST http://localhost:8000/clients/clients.json 405 (Method Not Allowed)?
With GET all good.
@PrDmiter This is a simple/basic read-only server. It doesn't support POST methods (there's no logic to handle it).
Thank! I realized this, so express studied and wrote it himself.
Would it be a good idea to pass on POST (and other request types) if there is the proxy option set?
I agree with @andreieftimie. Helps us with mock data. I think it does not need to do much to pass through either.
Most helpful comment
Would it be a good idea to pass on POST (and other request types) if there is the
proxyoption set?