snakemastr508
snakemastr508
NNuxt
Created by snakemastr508 on 5/19/2025 in #❓・help
setting CSP headers on server
Thank you @kapa.ai
9 replies
NNuxt
Created by snakemastr508 on 4/23/2025 in #❓・help
Use proxy routeRules in build hook
Thank you!
12 replies
NNuxt
Created by snakemastr508 on 4/23/2025 in #❓・help
Use proxy routeRules in build hook
@kapa.ai And how would the second option look like if my proxy rule is dynamic and has authentication headers like routeRules: { '/cms/**': { proxy: { to: 'http://localhost:3000/api/**', headers: { Authorization: 'Basic {insert_key_here}' } } } }
12 replies