|
|
|
|
|
by sph
879 days ago
|
|
Yeah, the paths on that page are encoded with a backslash, which browsers seem to correct to a forward slash, as they should be. I'll add those in my test suite and fix them soon, thanks. Indeed Bernard should be able to replicate the behaviour of any browser, however broken the links are. If it works in your browser, it should work in Bernard. BTW, even curl seems to have issues with those links: > GET /e-reader-protos\March-7-2001-Press-Conference-photo-1.jpg HTTP/1.1
> Host: chainswordcs.com
> User-Agent: curl/8.2.1
> Accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
< HTTP/1.1 404 Not Found
|
|