Replies: 1 comment 4 replies
-
You can't just curl these URLs. It's POST not GET and you would have to reproduces cookies and POST data. It may also expire fast. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This may be related to this thread, but I figured it's a specific question, so worth a separate post.
While trying to figure out problems with music.youtube.com on Moscow RosTelecom, I found on F12 network tab that many requests fail with
NS_BINDING_ABORTED
.The following option helps a lot (assuming nfqws is enabled):
However, though less frequently, but I still get
NS_BINDING_ABORTED
(which results I presume in playback stopping sometimes). Experimenting with other options yielded nothing useful, so am wondering if it's possible to runblockcheck.sh
checks on a query that can be copied from the browser? Note that the domain is accessible withnetcat
, so checks has to be run on a query and not a domain.Beta Was this translation helpful? Give feedback.
All reactions