Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all, I want to add new Endpoints via API. I'm using this endpoint: POST /ers/config/endpointThe system needs a X-CSRF-TOKEN header. I get this Token before sending the POST Request via GET /ers/config/endpoint with the following headers: '...
Yes I can confirm that i pass two cookies along with my token:APPSESSIONID=6E19EB596609FC58E304064CFF5C4AA3; JSESSIONIDSSO=B7BF6BC8BD33A0C8E6F331445B01EAB8
Hi Charlie, I'm using postman for my first draft, it is planned to use Azure LogicApps for production.I send two requests (POSTMAN Pre-Request Script:) pm.sendRequest({
url: "https://ISE-URL/ers/config/endpoint",
method: 'GET',
header: {...