I bet it is the user agent you are sending. I get a 403 error page with curl https://www.liveauctioneers.com >liveAuct.html I do not get an error page if I send a user agent string that matches my current browser: curl --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0" https://www.liveauctioneers.com
liveAuct02.html
So the web server is changing the page it serves based on the user agent string. Rather than upgrading the OS and browser, you can just change the settings to pretend you did. https://www.howtogeek.com/113439/how-to-change-your-browsers-user-agent-with... Mars -- ============================================================= J. Marsden DeLapp, PE President DeLapp & Associates, Inc. dba DeLapp Engineering. Providing lighting and power planning, design and analysis services for commercial, industrial and large residential facilities. 1190 Harrison Road Ste 3a Santa Fe NM 87507 (505) 983-5557 https://DeLapp.com ============================================================= On Wed, 23 Oct 2019 11:26:08 -0600 Brian O'Keefe <okeefe@cybermesa.com> wrote:
https://www.liveauctioneers.com <https://www.liveauctioneers.com/>
Doesn't work and no opportunity to log in, just the 403 error
Thanks anyway.
On 10/22/19 6:09 PM, J. Marsden DeLapp wrote:
On Tue, 22 Oct 2019 12:03:47 -0600 Brian O'Keefe <okeefe@cybermesa.com> wrote:
403 Forbidden error ... That can happen if you try to access something without being logged in. I would suggest making sure you are tying to access the home page and browse from there and not entering a URL with other stuff beyond the domain name.
Mars