CORS Proxy Description
The application runs a local HTTP service, which is a CORS proxy server. Use fetch or its analogues for ajax requests to http://127.0.0.1:61988/cors . Be sure to specify the original url via the X-Cp-Uri header and the request method via the X-Cp-Method header. All methods are allowed. Cookie headers are prohibited and filtered for security purposes
Open up