I'm using Excel (because the data is saved in a spreadsheet) to go through a list of a few thousand links and see if they are broken, AKA do they return a 404 or not when I RESTful GET them. However, my VBA code is returning something other than when I use curl, and in this case curl is right (the page exists). Here's my code with the link that's causing trouble (it's inside a subroutine, don't worry):I'm using Excel (because the data is saved in a