Skip to content

Commit 1115fb1

Browse files
committed
fix: Ignore if-modifided-since and if-none-match proxy headers nuxt-community#557
1 parent a99b56c commit 1115fb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/module.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ function axiosModule (_moduleOptions) {
8080
progress: true,
8181
proxyHeaders: true,
8282
proxyHeadersIgnore: [
83+
'if-none-match',
84+
'if-modified-since',
8385
'accept',
8486
'cf-connecting-ip',
8587
'cf-ray',

0 commit comments

Comments
 (0)