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. There is also a desktop version of the application. A compiled version with source code for Android and Desktop is available at https://github.com/shamka/CORS-PROXY
Open up