Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

173
Views
CORS policy issue when hitting request from angular

I am receiving a CORS error from my browser when calling a JAVA RS endpoint that redirects to another URL.

When I call my RS end point from my Angular front-end, I get the following error:

Access to XMLHttpRequest ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

If I hit the RS end point directly from my browser, I do not get the issue. So, if I call baseUrl/rs/testWebService directly in my browser, all is good and I am redirected, however if I go through the front-end on say a button click and do a HTTP GET request, I get the CORS issue. That is, if I have the following typescript code:

testWebService():Observable<HttpResponse<any>> {
    return this.http.get('rs/testWebService',{observe: 'response'});
}

testWebService().subscribe(response => { 
    if(response.status == 200) {
        //do something
    }
});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!