- My goal:
- Issue:
- Steps I've taken to troubleshoot:
- Additional info: (Cloud or Self-hosted, Screenshots)
Hi,
I've some PUT requests via REST that worked perfectly fine yesterday, and now they no longer do. I get a "unexpected end of file" error.
Strange enough, when I change the PUT to POST (as test), I get an error from my target, so this confirms that the POST works, why doesn't the PUT work anymore?
Haven't touched the resource, yet all other PUT's are also no longer working. (I started doing some changes afterwards, trying to find the answer, but no success).
Also strange: when I use a PUT in a JS script (also from yesterday), that's no issue today.
So somehow the PUT’s on a resource don’t work, while in a JS they do work.
Kinda confused here. Oh, and the GET’s from that same resource have no issue, they still work.