Replies: 4 comments
-
Send request headers including the security_clour_proxy_uuid* cookie value. It expires in 24 hours so you'll have to update it everyday. |
Beta Was this translation helpful? Give feedback.
-
So I reloaded the page with the developer panel open and found this cookie in the request header, so I added that to the request, but I still get the same error message. Fair warning, I am pretty new to this, so there is a great chance I am not doing anything remotely like what you instructed me to do. In which case I'd very much appreciate some more detailed instructions. By the way, if it expires every 24 hours, is there an easy way to automate it with a new value every day? |
Beta Was this translation helpful? Give feedback.
-
Sorry, send ALL of the request headers. Copy "HTTP Request" in Safari, "Copy Value > Copy Request Headers" in Chrome, etc. This is what the full request looks like from Safari:
Then delete :method, :scheme, :authority, and :path lines or anything else that isn't XXXX: XXXX
Using Chrome the full request looks like
Delete the GET line.
Unfortunately there isn't a way to update the cookies yet. If you switched to a WebDriver Fetch that likely would fix the cookie expiring issue. |
Beta Was this translation helpful? Give feedback.
-
OK, I switched over to the WebDriver and it seems to be working now. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set up a regular text watch for this page
https://www.firstinspires.org/resource-library/fll/challenge/challenge-and-resources
I can browse to it just fine, but cd.io always gets a 307 error message. Is it just me or is there something else I should try? Even when I inspect > Network > Recheck, it doesn't show a 307 in the console, but I do get the 307 in the CD dashboard.
Searched here but I don't see any posts asking about 307 error codes.
Screenshot in case it helps

Beta Was this translation helpful? Give feedback.
All reactions