We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cc49fc + 884fb69 commit 10c07f9Copy full SHA for 10c07f9
src/abpHttp.ts
@@ -274,8 +274,8 @@ export class AbpHttp extends Http {
274
275
options.headers.append("Pragma","no-cache");
276
options.headers.append("Cache-Control","no-cache");
277
- options.headers.append("If-Modified-Since", "Wed, 21 Oct 2020 07:28:00 GMT");
278
-
+ options.headers.append("Expires", "Sat, 01 Jan 2000 00:00:00 GMT");
+
279
this.addXRequestedWithHeader(options);
280
this.addAuthorizationHeaders(options);
281
this.addAspNetCoreCultureHeader(options);
0 commit comments