What is the use of Header Tab in Connector rules?
This is used to input custom request headers based on your service requirements.
Please check this link for more details
@RameshSangili on clicking on the link it says request not found
Consider Pega’s OOTB update case API V1 /cases/{ID}, you’ll see two parameters called actionID & If-Match are required to be passed. actionID is an example query parameter and If-Match is an example of header parameter.
@SohamM95 no but why is it needed?
@TanyaS58Can you please check this link?
Headers in a REST service are typically used for passing additional information along with the request, such as authentication tokens, correlation IDs, or custom metadata. In order to access headers in an OOTB service, you can use the HttpServletRequest object to retrieve the request headers.

