How can I manage CORS setting in Joget API

Confluence User - 04 Aug, 2023

I am getting error: The request client is not a secure context and the resource is in more-private address space `private`.

server;forms

1


07 Aug, 2023
confluenceUser
confluenceUser

Hi, CORS errors happen when the client and server URLs do not match. If this is a requirement, then you would need to configure your web server to add the appropriate headers to allow cross origin requests.  https://stackoverflow.com/questions/43871637/no-access-control-allow-origin-header-is-present-on-the-requested-resource-whe/43881141#43881141

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print