Skip to main content
0 votes
1 answer
65 views

Problem I'm getting a CORS error when connecting to a WebSocket endpoint through Spring Cloud Gateway with Nginx as a reverse proxy (it works on my local env without nginx): Access to XMLHttpRequest ...
yassine raddaoui's user avatar
-2 votes
0 answers
86 views

I tried sending this request from the Firefox browser developer console, Network tab. Notice how Sec-Fetch-Mode is no-cors (it is set automatically by the Firefox browser developer tools Network tab). ...
user31965232's user avatar
0 votes
0 answers
31 views

I have be trying to display and download very large png image I get from Tomcat 11. The image URL is http://localhost:8484/rdt/images/pano_vis_a_panorama.png and my REACT app is on the same host. ...
Jkerich's user avatar
-1 votes
0 answers
74 views

I have a Laravel 12 API running behind Nginx on the subdomain: https://api.lanaya.bf My frontend (React) runs on another subdomain: https://admin.lanaya.gov.bf and make request by using axios GET and ...
Oula Emmanuel Ouattara's user avatar
0 votes
0 answers
55 views

I’m trying to connect my React frontend (hosted on Azure Static Web Apps) to my Spring Boot backend (hosted on Azure App Service), but the CORS preflight request is failing with HTTP 403. When I run ...
tjDoe's user avatar
  • 1
12 votes
2 answers
9k views

Question I’m dealing with a CORS issue that only occurs inside my company’s office network. When accessing the same application from any external network, everything works perfectly. Setup Frontend: ...
harsha datta's user avatar
0 votes
1 answer
186 views

I’m using Azure AD B2C with a custom HTML sign-in page and a SPA that uses MSAL (msal-browser). Setup: B2C tenant: https://<tenant>.b2clogin.com (dev) SPA uses loginRedirect with MSAL. Custom ...
Khalic's user avatar
  • 3,570
3 votes
1 answer
356 views

I'm using Zebra Browser Print at my webpage to print tags by JavaScript. At my Windows machine I've installed the latest Zebra Browser Print and also the latest version of the JavaScript library, all ...
Bréndal's user avatar
  • 191
0 votes
0 answers
46 views

I'm using jetty-server 11.0.17 Getting an error message when a remote page tries to access a local Jetty Web server on 127.0.0.1:8080 - Access to XMLHttpRequest at 'http://127.0.0.1:8080/api' from ...
Bondar Anton's user avatar
2 votes
1 answer
181 views

Using Quarkus 3.29.0 my Maven build seems to hardcode a profile-specific property which is picked up by a different profile when not explicitly overridden. The build produces a fast-jar that runs in ...
Mambo's user avatar
  • 113
0 votes
1 answer
127 views

Here’s the error message from the browser console: Access to fetch at 'https://orbis-api-web.azurewebsites.net/api/v1/UserAuth/RefreshToken' from origin 'https://orbis-solidarity.com' has been ...
christine vasilyan's user avatar
0 votes
1 answer
194 views

In Windows 7 32-bit, on .NET 4.6.1, this code works fine and the remote server is returning data: using (HttpClient client = new HttpClient()) { client.Timeout = TimeSpan.FromSeconds(3); ...
panci matika's user avatar
0 votes
1 answer
168 views

I have been working on a personal project for a while now and during a testing phase for a database, it began reporting that CORS was preventing the file from being fetched, and stopped my testing in ...
voltage's user avatar
  • 13
-7 votes
1 answer
162 views

I have a javacript that create an Html file and i wanna send it to some email addresses So i made an app script doPost seen below... But everytime try to send the emails with my button on my web page ...
Rapport Dexpulsion Rive-Sud  R's user avatar
4 votes
1 answer
140 views

Trying to make a cross-origing fetch request with the no-cors mode I found out it is not possible in this case to send any data to the server as a body: const url = 'http://cross-origin-example.com/...
Ilya Loskutov's user avatar

15 30 50 per page
1
2 3 4 5
982