You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Following this quick start https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/rooms/get-started-rooms?tabs=windows&pivots=programming-language-javascript and using this sample https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/rooms-quickstart the api call to create the room fails with the CORS error PreflightMissingAllowOriginHeader. When trying to make the same call using Postman I get a 404 response. I am able to create the users and tokens using the same Azure Communications Services resource connection string.
Any log messages given by the failure
using npm package:
Cross-Origin Resource Sharing error: PreflightMissingAllowOriginHeader
using Postman to hit the Rest API:
Expected/desired behavior
A new room is created
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
Versions
Mention any other details that might be useful
Using the C# Nuget package I get the same result as Postman
The text was updated successfully, but these errors were encountered: