How to enable CORS for Clarity HTTP Request with SOAP and 3rd party
search cancel

How to enable CORS for Clarity HTTP Request with SOAP and 3rd party

book

Article ID: 254832

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

We are running a custom 3rd party application connecting to Clarity with SOAP. How to configure CORS in order to be able to do this? 

Environment

Release : Any

Resolution

  1. Run the below commands assuming the custom application runs on localhost:8080:
    admin system-options -add CORS_ALLOW_ORIGIN http://localhost:8080 -multi
    admin system-options -add CORS_SUPPORTED_HEADERS SOAPAction -multi
  2. Restart the services

Additional Information

For more information on CORS, check Configure Clarity with CORS