Rob--W / cors-anywhere

CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
MIT License
8.57k stars 5.99k forks source link

Add an option to modify request prior to forwarding it reqCallback #394

Closed yuyaryshev closed 2 years ago

yuyaryshev commented 2 years ago

Add an option to modify request prior to forwarding it.

Rob--W commented 2 years ago

Why do you need this option? There is already the handleInitialRequest option that does something similar to what you're adding here.