Skip to main content

All Questions

Tagged with
0 votes
2 answers
47 views

Http-only cookie in response header from backend, but not being stored in client browser [duplicate]

I have a fullstack app made up of a React frontend and a FastAPI (python) backend, both of which are currently being served locally on 127.0.0.1 (localhost). BACKEND: Here is the code for my backend ...
tprebenda's user avatar
  • 482
0 votes
1 answer
34 views

Trying to access API but keep getting CORS errors. Client says the API is public. Who is right?

I am amending a website for a client and they are using a new API for their news. The news API comes from a separate domain so when I try to access I get CORS policy errors. I have said that I think ...
callum21's user avatar
0 votes
0 answers
22 views

Connecting EmailJS to express server

I am trying to set up an email form using EmailJS. When the user clicks on the submit button, the details within the form will be sent my backend express server. If anyone could point me in the right ...
griddy's user avatar
  • 1
1 vote
0 answers
71 views

CORS Issue with Cloudflare: Empty Response Headers Despite Worker and Rules Setup

I am experiencing persistent CORS issues when trying to access my Express server from a published client using Cloudflare for DNS management. Despite various attempts, the Access-Control-Allow-Origin ...
Tsabary's user avatar
  • 3,722
0 votes
0 answers
40 views

serverMiddleware and CORS problem on Nuxt2

When requesting weather API, It shows CORS problem and blocks the API request, in order to avoid that I tried using serverMiddleware, but got error 500 In the beginning everthing was working fine. ...
Web Developer's user avatar
0 votes
1 answer
112 views

Authorization is not in the request headers

I'm trying to protect a page for authenticated users, but I came across an error where my back-end does not receive the cookies and authorization headers. In searching for the error I found a method ...
Eric Zardo's user avatar
0 votes
1 answer
56 views

Axios Error and errors with postrgresql on django deployment

simple django/react app just start learning how to deploy with railway. current error is "Unsupported protocol postgresql:" so tried adding "http://" and "https://" to ...
zach-d's user avatar
  • 1
0 votes
0 answers
29 views

Encounter CORS issues with CRUD features when deploy to Render & Netlify

Currently, I'm trying to achieve the following features on my personal project Feature #1: Displaying detailed information for each Pokemon on a new page Feature #2: Updating the Pokemon on that page ...
Phuc Dong's user avatar
0 votes
2 answers
60 views

Issue with CORS when trying to deploy via vercel

This problem has been solved..
DMOSnd's user avatar
  • 35
1 vote
1 answer
32 views

CORS Ember.js C#/.net SessionId Header

I have an Ember.js SPA that's calling a .net service via AXIOS. Everything was working until I started checking the SessionId header to return a 401 when it's expired. As long as the token is valid, ...
Display name's user avatar
  • 1,422
0 votes
0 answers
89 views

Has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin'

I was facing the CORS error while deploying my amazon-clone react project in vercel.com Error: Access to XMLHttpRequest at 'https://amazon-clone- rvom.vercel.app/create-checkout-session' from origin ...
Aadhithya SB's user avatar
0 votes
3 answers
200 views

Axios DELETE method blocked by CORS policy. What am I missing?

I know this has been asked a thousand times. I've went through each one of the answers and nothing seems to work, or I'm not asking the right questions. I'm doing a small full-stack project. My ...
user1869935's user avatar
0 votes
1 answer
104 views

Hitting a URL using express is giving me ERR_BAD_REQUEST

I have a url https://leetcode.com/_next/data/xVVXH3Clo8h3_-5OShKCy/contest.json which when i try to access via a web(using chrome/firefox...) I am getting the desired output but when i try to do the ...
reed richards's user avatar
-1 votes
1 answer
157 views

How to fix CORS for front-end/client request using axios?

I made a simple video player and want to use different src files. None of the files are on the same server as the application. The video code is like this: <video preload="metadata" @play=...
volume one's user avatar
  • 7,345
0 votes
0 answers
36 views

AWS API Gateway and CORS issues

I have an AWS API Gateway URL (https://mhw8mm294k.execute-api.us-east-1.amazonaws.com/prod/saveImage) that has a GET, POST, and OPTIONS method. CORS is enabled on the resource. When I use a browser (...
Michael Clovis's user avatar

15 30 50 per page
1
2 3 4 5
42