phantomas icon indicating copy to clipboard operation
phantomas copied to clipboard

Improve HTTP errors handling

Open macbre opened this issue 4 years ago • 0 comments

HTTP 401

$ ./bin/phantomas.js 'https://httpbin.org/basic-auth/foo/bar'
Error: Protocol error (Performance.getMetrics): Target closed.

HTTP 404

./bin/phantomas.js http://127.0.0.1:8888/not_found 2>&1
Error: Navigation failed because browser has disconnected!

macbre avatar Oct 26 '20 19:10 macbre