No Aceess, CORS Policy

Nacht 1 Reputation point
2022-07-04T04:44:53.513+00:00

Affecting multiple clients in metro areas ISP comcast, at end users goverment employees and public including colleges and universities.

/jobs/48812/field-claim-resololution-specialist-iii,-property/login:1

   Mixed Content: The page at 'https://careers-libertymutual.icims.com/jobs/48812/field-claim-resololution-specialist-iii,-property/login' was loaded over HTTPS, but requested an insecure stylesheet 'http://jobs.libertymutualgroup.com/?sccss=1&ver=936fbac8b1f694a9324d76acb56d5c8b'. This request has been blocked; the content must be served over HTTPS.  

c-11156-20201023-jobs-libertymutualgroup-com.i.icims.com/null/js/jobchat.js:1

   Failed to load resource: the server responded with a status of 404 ()  

/jobs/48812/field-claim-resololution-specialist-iii,-property/login:1

   Access to XMLHttpRequest at 'https://c-11156-20201023-jobs-libertymutualgroup-com.i.icims.com/wp-json/cws/autocomplete' from origin 'https://careers-libertymutual.icims.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.  

c-11156-20201023-jobs-libertymutualgroup-com.i.icims.com/wp-json/cws/autocomplete:1

   Failed to load resource: net::ERR_FAILED  

/jobs/48812/field-claim-resololution-specialist-iii,-property/login:1

   Access to XMLHttpRequest at 'https://jobs.libertymutualgroup.com/wp-admin/admin-ajax.php' from origin 'https://careers-libertymutual.icims.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.  

jobs.libertymutualgroup.com/wp-admin/admin-ajax.php:1

   Failed to load resource: net::ERR_FAILED  

VM5 login:34

   Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: active  
at ea.error (jquery.js?ver=1.12.4-wp:2:12681)  
at PSEUDO (jquery.js?ver=1.12.4-wp:2:15740)  
at va (jquery.js?ver=1.12.4-wp:2:20436)  
at ea.compile (jquery.js?ver=1.12.4-wp:2:21377)  
at ea.select (jquery.js?ver=1.12.4-wp:2:22056)  
at ea (jquery.js?ver=1.12.4-wp:2:7333)  
at ea.matches (jquery.js?ver=1.12.4-wp:2:12009)  
at n.filter (jquery.js?ver=1.12.4-wp:2:23776)  
at z (jquery.js?ver=1.12.4-wp:2:23552)  
at jQuery.fn.init.is (jquery.js?ver=1.12.4-wp:2:24278)  

login:1

   Mixed Content: The page at 'https://careers-libertymutual.icims.com/jobs/48812/field-claim-resololution-specialist-iii,-property/login?mobile=false&width=1073&height=500&bga=true&needsRedirect=false&jan1offset=-300&jun1offset=-240' was loaded over HTTPS, but requested an insecure stylesheet 'http://jobs.libertymutualgroup.com/?sccss=1&ver=936fbac8b1f694a9324d76acb56d5c8b'. This request has been blocked; the content must be served over HTTPS.
Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
696 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,188 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,807 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,766 Reputation points
    2022-08-08T15:31:44.79+00:00

    the mixed content error happens when the main page is https. but has links to http. in you case the css file. the css file will not load. fix the page, to use https:

    the CORS error mean the api being called by javascript is a different domain and requires CORS. this again is configured on the server hosting the api. again you could be getting the error due to mismatched protocols. (https/http).

    0 comments No comments