Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

I am running a Next.js (v15) development server on my local machine. When I access the site via localhost:3000 on my PC, everything works perfectly. However, when I try to access it from my mobile ...
Yosef Alemu's user avatar
0 votes
0 answers
41 views

In Safari Browser versions of the year 2026, can the preflight CORS responses be debugged or checked, e.g. in the Developer tools? It seems that only an error is shown in the console but information ...
Ben's user avatar
  • 342
-2 votes
0 answers
43 views

I have a site with a contact form which is supposed to send a POST request with form data to PHPMailer to generate an email. Got it working just fine on localhost, having some trouble when it comes to ...
Salem's user avatar
  • 1
Best practices
1 vote
0 replies
70 views

There are lots of good examples for how to configure Spring Boot for CORS online, but it seems to be very hard to find anything with an intersection of: Using the APIs in Spring Boot 3 rather than ...
Jules's user avatar
  • 15.3k
Advice
0 votes
2 replies
128 views

I'm a web dev and I'm creating a React based YouTube clone. I'm using MongoDB, storing YT Videos and their id's, and coding the frontend in React. <iframe title={video.title} src={...
code-kasha's user avatar
0 votes
0 answers
63 views

I am integrating the PayPal JavaScript SDK v6 into my web application and experiencing a critical issue in the Sandbox environment: the onApprove callback is never called after the buyer clicks the &...
mareb's user avatar
  • 29
0 votes
1 answer
135 views

I have seen some items about this error, but so far nothing helped. Probably because I am running everything locally. I have a MAUI app that sends data to a local SQL Server through an API (ASP.NET ...
Fish1996's user avatar
  • 567
Advice
0 votes
1 replies
48 views

So I work for a company that help other companies to use Odoo (usually SaaS version). One of them want us to dev a simplified app for their employees that will interact with Odoo (they consider the ...
Rorp's user avatar
  • 136
0 votes
1 answer
57 views

Using the raw javascript at html static page I am trying to get json data from URL_SOURCE: const URL_SOURCE = 'https://example.source.host'; const doGetMetaDataEvent = async () => { ...
haoz's user avatar
  • 29
3 votes
1 answer
178 views

Apparently CORS just works with Laravel 12, but it doesn't work for me. Starting from scratch, then install/api config:publish cors 'paths' => ['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' =...
Phil. P.'s user avatar
0 votes
0 answers
303 views

I'm using cors with TypeScript (strict mode) and Express. I have a function that creates a CORS middleware with custom options, but TypeScript (with @typescript-eslint) throws the following error: ...
Yoh's user avatar
  • 555
0 votes
0 answers
57 views

I'm running a Strapi backend behind Nginx Proxy Manager (Docker) and trying to enable CORS. Strapi version: latest Nginx Proxy Manager: latest Docker image I want to allow requests from my frontend ...
willm berchiche's user avatar
3 votes
1 answer
98 views

What is happening Browser sends a preflight OPTIONS request Server responds with 405 / CORS error Actual API request never reaches the controller Angular console shows CORS policy blocked error What ...
Ashu's user avatar
  • 40
0 votes
1 answer
86 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
0 votes
0 answers
55 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

15 30 50 per page
1
2 3 4 5
979