Skip to main content

All Questions

Tagged with
0 votes
0 answers
15 views

Getting HttpErrorResponse in Angular, Http failure during parsing

I am building a RESTful API with a Spring Boot Backend & Angular frontend. Utilizing a service meant to return a client list as shown below: @Injectable({ providedIn: 'root' }) export class ...
Shayne McPherson's user avatar
0 votes
1 answer
36 views

CORS Error on Angular only with Basic Auth

I have an Angular app that makes an httpClient.get() call to an Api. I developed that api with SpringBoot and it should return a json. I set @CrossOrigins(*) on each method and when I try to call the ...
Francesco Cappellini's user avatar
-1 votes
2 answers
38 views

How do I solve CORS issues with the Zoho Expense Report API?

In my project where I use Angular 16, I want to use the Zoho Expense APIs, specifically the expense report API. Since I am using Angular, I created a client-based application and obtained my Client ID,...
Fatih Ozan Arslan's user avatar
0 votes
0 answers
31 views

403 Forbidden error when using Angular proxy - only affecting one endpoint (Invalid CORS request)

I'm currently developing an Angular 15 project and I'm having an issue with making requests to a third-party server's endpoint - they've provided 3 endpoints, two of which I'm having no issues with ...
bengrah's user avatar
  • 584
0 votes
1 answer
32 views

django-angular Access to XMLHttpRequest has been blocked by CORS policy

When trying to commit a POST request to the django server I get the following error: Obj:1 Access to XMLHttpRequest at 'http://localhost:8000/api/' from origin 'http://localhost:4200' has been blocked ...
42WaysToAnswerThat's user avatar
1 vote
1 answer
32 views

Express Subdomain and Route Returning Cors Error

I have a angular and nodejs app that worked perfectly fine. The application is an angular application with a nodejs backend hosted on heroku. I recently introduces subdomains to the nodejs server ...
coder12's user avatar
  • 21
-1 votes
0 answers
26 views

Keycloak access token endpoint returns missing cors header error

I'm trying to use keycloak with my angular application to obtain an access token but am receiving a cors "missing Access-Control-Allow-Origin" header, I've looked at a lot of different posts ...
j-kks's user avatar
  • 1
0 votes
0 answers
90 views

Angular application getting random 504 errors from .NET server (both Azure App Service)

My Angular application is getting random 504 errors when requesting various endpoints of my backend server (.NET). Technical stack : Backend : .NET 8 Frontend : Angular 16+ with Serverside rendering ...
Sylions's user avatar
  • 23
-1 votes
0 answers
40 views

CORS Preflight Error on IIS for PHP/Angular: No 'Access-Control-Allow-Origin' in Response

I am getting the following error: has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested ...
Juanita Tocamelo's user avatar
0 votes
1 answer
34 views

Spring Boot Restful Service and CORS problem

I created a Restful service with Spring Boot and I am sending HTTP requests to this service with Angular. I was getting a CORS error when I sent a request with Angular and I used artificial ...
juvenmi's user avatar
0 votes
1 answer
71 views

Cors error between spring boot and angular

I'm have tried to connect spring boot run local in vs code with angular in stackblitz,it keeps showing the status pending and later on net::error springboot: v3.3.1 angular 17 the url for backend is : ...
nino144's user avatar
  • 31
0 votes
0 answers
54 views

CORS error despite setting CORS headers on the server in a WebSocket connection

I am trying to establish a websocket connection between my angular(17) frontend and python backend for a chatbot. For the client side, I am using the ngx-socket-io for websocket. Here is the relevant ...
DataBayesWizard's user avatar
1 vote
0 answers
36 views

CORS error in angular http.get, without server

I want to run my Angular app without any server/build/etc. For that, I built my app ng build -c=production, but opening the generated index.html isn't easy: I removed <base href="/"> ...
cncDAni3's user avatar
0 votes
0 answers
34 views

Updating meta for content security policy dynamic but still getting content security policy issue in Angular app

In my Ionic-Angular project, meta tag is getting added from app.component file. Suppost host url of my application is https://example.com import { Meta } from '@angular/platform-browser'; this.meta....
Pravesh Singh's user avatar
1 vote
1 answer
56 views

CORS Error while connecting my angular application to gateway spring boot

When I am hitting my signup url directly to the service controller its running fine and saving user and giving 200 response, but when same thing I am hitting through gateway, My user is getting saved ...
avar mittal's user avatar

15 30 50 per page
1
2 3 4 5
86