Page MenuHomeFeedback Tracker

RestApi does not expose HTTP headers or PUT.
Closed, ResolvedPublic

Description

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.

Details

Severity
Major
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

Steve-E created this task.Jun 15 2022, 11:26 PM
Steve-E updated the task description. (Show Details)Jun 15 2022, 11:30 PM
Steve-E updated the task description. (Show Details)
Geez changed the task status from New to Assigned.Jun 20 2022, 5:38 PM
Kiwi added a subscriber: Kiwi.Jun 22 2022, 11:09 AM
Geez changed the task status from Assigned to Acknowledged.Dec 5 2022, 11:05 AM

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"}

Geez closed this task as Resolved.Feb 20 2023, 9:21 AM
Geez claimed this task.

@Geez Is this resolved as-in an upcoming update addresses it, or resolved as-in wont fix?

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

Geez added a comment.Feb 27 2023, 1:12 PM

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

Ok, I guess will be able to use a proxy to add headers for now.