Skip to content

In this code you can bypass any CORS issue by using your endpoint with anyurl it will remove your CORS error and will ressolve issue easily. Even you can use in iframe as well

Notifications You must be signed in to change notification settings

Haris-khan-Durrani/corsbypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Proxy Server

This is a simple proxy server built with Express.js that allows you to forward requests to other URLs. It includes support for GET requests.

Features

  • CORS support
  • Proxy GET requests to any URL provided as a query parameter

Prerequisites

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/corsbypass.git
    cd corsbypass
    
  2. Install dependencies:

    npm install
    
  3. Start the server:

    node server.js
    

Example

curl http://localhost:3030/anyurl?slug=https%3A%2F%2Fcreo.findtheproperty.ae%2Fassets%2Ffonts%2Fhelvetica-neue-ltstd-bold%2Fstylesheet.css

About

In this code you can bypass any CORS issue by using your endpoint with anyurl it will remove your CORS error and will ressolve issue easily. Even you can use in iframe as well

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published