eddev 2.0.0-beta.167 → 2.0.0-beta.168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -303,7 +303,7 @@ export class ServerContext {
|
|
|
303
303
|
const fetch = async () => {
|
|
304
304
|
const result = await this.fetchOrigin(url, {
|
|
305
305
|
cache: "no-cache",
|
|
306
|
-
replaceUrls:
|
|
306
|
+
replaceUrls: false,
|
|
307
307
|
headers: {
|
|
308
308
|
...this.extractRequestHeaders(req.headers),
|
|
309
309
|
"Content-Type": "application/json",
|