Solved
What is the use of Header Tab in Connector rules?
What is the use of Header Tab in Connector rules?
***Edited by Moderator Marije to add Capability tags***
What is the use of Header Tab in Connector rules?
Accepted Solution
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.
This is used to input custom request headers based on your service requirements.
Please check this link for more details
https://support.pega.com/question/how-pass-custom-http-header-connect-rest
@RameshSangili on clicking on the link it says request not found
@TanyaS58Can you please check this link?
https://support.pega.com/question/how-pass-custom-http-header-connect-rest
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.
Accepted Solution
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.
Question Solved
Question Solved
Discussion
Question Solved
Question
Question Solved
Question Solved
Question Solved
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.