I can't seem to get local files to load no matter how I format them.
I have been trying to use the file handler article you linked to but no matter how I format the file for my mac machine the request never gets a file loaded.
file:///Users/user/Documents/main.css
file://Users/user/Documents/main.css
file:///MacintoshHD/Users/user/Documents/main.css
file://MacintoshHD/Users/user/Documents/main.css
I have been able to redirect the request to a different css file hosted somewhere else which is helpful to a degree but for my purposes I really need to load a local file.
Is there any type of proxy setting in ZAP or my browser that could be blocking these requests?