Skip to content

perseus-algol/n8n-iap-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to make Chrome to proxy your localhost requests

Since 2018, the chromium engine implicitly bypasses localhost when proxying requests.

So to make it possible you should run chrome with --proxy-bypass-list=<-loopback> flag.

Working example: google-chrome --ignore-certificate-errors --proxy-bypass-list="<-loopback>" --proxy-server=http://localhost:8080. As a proxy you can use mitmproxy.

Prevent caching in browser

Open Dev Tools, Network tab, Check "Disable caching".

About

Fixtures for adding JWT authentication to n8n

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published