mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 14:43:26 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
23c090fc15 | ||
|
f2d4e523a3 | ||
|
84e91bf422 | ||
|
d4352e7189 |
@@ -102,6 +102,9 @@ async function handleRequest(oRequest, destination, iteration = 0) {
|
||||
// Append to/Add Vary header so browser will cache response correctly
|
||||
response.headers.append('Vary', 'Origin');
|
||||
|
||||
// Add X-Final-Destination header to get the final url
|
||||
response.headers.set('X-Final-Destination', oResponse.url);
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user