Details
-
Type:
New Feature Request
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 5.0.3rc2, 5.2.0alpha1
-
Fix Version/s: 5.0.4rc1, 5.2.0alpha2, 5.2 (plan)
-
Component/s: Server (S)
-
Team:Team A
-
Sprint:Sprint 67 (Aug 2020), Sprint 68 (Sep 2020)
-
Story Points:0.5
Description
Currently, there is no easy way to retrieve HTTP response headers from CurlHttpRequest object in Webhooks. Some HTTP APIs and use-cases do require header processing so it would be a "nice to have" feature.
To make things simpler and not to change existing interface I propose to introduce a new method like "getHeaders" that would return the HTTP headers of the last HTTP request.