Tarun Chawla
04/22/2021, 4:31 PMinstall(CORS) {
method(HttpMethod.Options)
method(HttpMethod.Get)
method(<http://HttpMethod.Post|HttpMethod.Post>)
method(HttpMethod.Put)
method(HttpMethod.Delete)
method(HttpMethod.Patch)
header(HttpHeaders.AccessControlAllowHeaders)
header(HttpHeaders.ContentType)
header(HttpHeaders.Authorization)
header(HttpHeaders.AccessControlAllowOrigin)
allowCredentials = true
anyHost()
}
I have setup CORS but I still get this error on firefox browser, can someone please help?
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
Tarun Chawla
04/23/2021, 7:37 AMandylamax
04/28/2021, 11:03 AM