mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 23:16:51 +00:00
https -> target.https
This commit is contained in:
@@ -189,7 +189,9 @@ var getHandler = exports.getHandler = function(options) {
|
||||
proxyRequest(req, res, proxy, full_url, {
|
||||
host: hostname,
|
||||
port: port,
|
||||
https: isHttps
|
||||
target: {
|
||||
https: isHttps
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user