DEV Community

Discussion on: Bypassing CORS via custom proxy backend

Collapse
 
yashwanthnumburi profile image
Yashwanth Numburi

If the browser calls the proxy server again a cors call will happen so how are we removing the cors call? can someone explain me please?

Collapse
 
aduda091 profile image
Alen Duda

Hi, the proxy server should be yours so you disable cors protection on it :)