syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

CORS settings are breaking the use of the swagger-ui plugin #100

Closed KurtStam closed 7 years ago

KurtStam commented 7 years ago

javax.ws.rs.ForbiddenException: RESTEASY003700: Origin not allowed: chrome-extension://ljlmonadebogfjabhkppkoohjkjclfai

jimmidyson commented 7 years ago

When do you get this? It seems to work fine for me? Doh when actually making any requests anything through swagger UI.

KurtStam commented 7 years ago

When running locally from runtime.

On Feb 16, 2017, at 17:02, Jimmi Dyson notifications@github.com wrote:

When do you get this? It seems to work fine for me?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/redhat-ipaas/ipaas-rest/issues/100#issuecomment-280476096, or mute the thread https://github.com/notifications/unsubscribe-auth/AACK-O8Wc_rgpkPKaNL2IvG5_v_8ZtCTks5rdMd0gaJpZM4MDdH1 .

davsclaus commented 7 years ago

Ah @KurtStam so you have installed a chrome browser plugin that has Swagger UI ?

jimmidyson commented 7 years ago

@davsclaus https://chrome.google.com/webstore/detail/swagger-ui-console/ljlmonadebogfjabhkppkoohjkjclfai

jimmidyson commented 7 years ago

This should be working now.