http icon indicating copy to clipboard operation
http copied to clipboard

Strange 404 responses

Open mperice opened this issue 4 years ago • 1 comments

Does anyone know why the following two urls return 404 response code in http.rb:

HTTP.follow(hoops: 1).get("https://offers.careatc.com/hubfs/template-assets/shared-assets/logo-white.png").code => 404

HTTP.get("https://www.avanan.com/hubfs/marketing/website/jacob_redesign/case_studies/service-source-ft.png").code => 404`

I get 200s using chrome, wget, requests and HTTParty. I have tried this using the 4.4.1 release, as well as the latest 5.0 master. Thank you for your answer.

mperice avatar Jun 08 '20 18:06 mperice