RestApi does offer any way to set HTTP headers. Any API written to spec will return 415 because content-type is wrong. PUT is also curiously missing.
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Event Timeline
Comment Actions
My suggestion would be: One enum EHttpVerb you pass in for the methods and one key value map or array of strings like {"key=value", "anotherkey=anothervalue"}
Comment Actions
@Geez Is this resolved as-in an upcoming update addresses it, or resolved as-in wont fix?
Comment Actions
Changes were implemented, we are just waiting for it to arrive in public builds. We should have GET, POST, PUT and DELETE then, as well as the special FILE which is just GET -> response body to file.
No headers yet though
Comment Actions
Hello Steve-E.
PUT and DELETE has been added in a future update, but there is no way of setting HTTP headers yet. Hopefully, we will be able to tackle this issue in the future.
Regards,
Geez