So, I completed a code challenge for an application I put in. In this process, I was told my code challenge was not accepted because it didn't resolve the CORS issue. I am frustrated by this because my understanding is that I cannot resolve the CORS response because I don't have access to their API to allow my client origin.
The GET request I sent through is blocked by the absence of pre-flight Access-Control-Allow-Origin header. I obviously cannot force the server to accept my request. With that said, it does go through in Postman without credentials. I understand that I can disable cors on the browser and it may have worked. I'm just not entirely sure what I could have done to resolve this and appreciate anything you can tell me to help me out with this.
Thanks