-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Service Bus] ServiceBusAdministrationClient
Browser requests do not work unless web security is disabled
#4983
Comments
Closing as service side team is informed and engaged |
Re-opening this as this affects our ability from SDK side - since an end to end browser sample using this feature would work only if web security is disabled in the browser. Once we have updates from service side, we can use this issue to track investigation/efforts to update/add sample possibly |
Error seen in the browser
|
Talked to @sadasant on this. Thoughts after the discussion: For testing, we can continue with --disable-web-security flag in karma conf until the service supports enabling CORS rules. |
What affect does this have on users writing web applications? Is the problem only when they try to add tests for their code? |
Anybody who's trying to use |
Ok, lets document this in the readme for now and then work with the service team in the coming months to see how best to fix this |
Hello team ! |
Hey @abdou89 No updates yet. We will be revisiting this in the next few months and follow up with the service team on next steps |
Hey team, |
Hey @TyreeceSimpson This would require a change from the service side and we don't have an ETA on that. We will try and get this out of their backlog and update this thread if there is any progress |
Hey @TyreeceSimpson I am not sure if this applies to @azure/cosmos, but I am facing the same issue regarding CORS in the browser. Any updates so far? |
Unfortunately I'm still a bit stuck on this. The only solution that I have seen mentioned is have a proxy between the two. |
@Jose-27 The npm package for cosmos has a section on CORS which then links to Configure Cross-Origin Resource Sharing for Cosmos. If things still don't work, please log a new issue. This issue here is for tracking the problem for Service Bus |
Facing the same issue. Any updates on this? @ramya-rao-a |
@hybridtechie if you are using the |
ServiceBusAdministrationClient
Browser requests do not work unless web security is disabled
Hi @ramya0820, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
The ATOM management API currently don't work in the browser unless web security is disabled.
Specifically ->
Access-Control-Allow-Origin
https://ms.portal.azure.com
by the service.The text was updated successfully, but these errors were encountered: