Authorization header is not getting passed by service-worker #277
Open
Description
workboxOpts: {
runtimeCaching: [
{
urlPattern: /api/,
handler: 'NetworkFirst',
options: {
cacheableResponse: {
statuses: [0, 200],
headers: {
'x-test': 'true',
"credentials": "include"
}
}
}
}
]
},
Next js -> 10.0.9
next-offline -> 5.0.2
We want to pass authorization header. Which is not working with our current implementation
Metadata
Assignees
Labels
No labels