403 on some URLs with mdlc and curl, but not in browser? #189
Unanswered
chris-dura
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello @chris-dura, I can confirm I have the same issue with this URL: https://faq.dailymotion.com/hc/en-us/articles/360022841393-How-to-preserve-the-player-aspect-ratio-on-a-responsive-page. Any idea how to avoid the 403 status? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I didn't want to open an issue, because we probably can't account for every wonky server setup on external sites. But, I'm just curious about how these requests work, and if anyone could guess at what's going on?
In our design system docs, we link out to a few pages on the popular Abstract and Figma docs, and few random sites, and they return as 403; however, I have no problem going to them in my browser.
The
curl
commands all returnHTTP/2 403
orHTTP/1.1 403 Forbidden
.I know there was an issue with
user-agent
strings in the past... #159 (comment)I wonder if this is just another case of sites not liking particular user agents?
Beta Was this translation helpful? Give feedback.
All reactions