Status Code 403 for Some Watch URLs #583
Replies: 11 comments 1 reply
-
they both work for me, looks like you ended up on their blacklist somehow (maybe by your IP address or country) |
Beta Was this translation helpful? Give feedback.
-
Interesting, I am able to view those websites normally from the same IP address. |
Beta Was this translation helpful? Give feedback.
-
yeah that is odd, can you do some tcpdump and see what the difference in the requests are? |
Beta Was this translation helpful? Give feedback.
-
I am still new to this to feel free to let me know exactly what tcpdump you are looking for. Here is a tcpdump from port 443: https://pastebin.com/TsJTuSdC |
Beta Was this translation helpful? Give feedback.
-
I'm able to reproduce it locally - i can see that the error is actually a cloudflare page coming up - so unfortunately - i dont have an answer, maybe they know the browser runs some user-agent associated with testing and also, the 'basic low level' fetcher uses the python user agent.. so i dont know what todo here i tried adding a user agent (with a quick hack) to the 'basic low level' one and i still got 403 their cloudflare anti-robot stuff is VERY good |
Beta Was this translation helpful? Give feedback.
-
Any chance you could test with these User Agent values: |
Beta Was this translation helpful? Give feedback.
-
with |
Beta Was this translation helpful? Give feedback.
-
try the subscription service :( |
Beta Was this translation helpful? Give feedback.
-
OK, thanks for your help looking into this. I appreciate it. |
Beta Was this translation helpful? Give feedback.
-
@Webtron18 it just occured to me that you can use the 'http header' section of the "Requests" for to set |
Beta Was this translation helpful? Give feedback.
-
Hello, I am having a very similar error with this website Error - |
Beta Was this translation helpful? Give feedback.
-
I tried looking around for a fix to this, but came up short. I setup a couple URL's I'd like to watch, but when they are checked it get an error:
EmptyReply: Status Code 403
I have tried with both the Basic HTTP fetch and the Webdrivers Fetchers. From what I can tell this is due to the site not loading for the changedetector to view the changes, but I thought that was what the Webdrivers are for.
I am using Docker Compose running on Ubuntu 20.04.
URLs that arent working:
Hopefully this is just something I overlooked in the docs.
Here is my settings:
Beta Was this translation helpful? Give feedback.
All reactions