-
Title. What headers do you pass when authorizing with a user account? |
Beta Was this translation helpful? Give feedback.
Answered by
dolfies
Dec 22, 2021
Replies: 1 comment
-
If you mean what headers, all that's necessary is but you should mimic the client to avoid getting banned. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
git-noman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you mean what headers, all that's necessary is
{
'Authorization': token,
'User-Agent': 'Mozilla/...'
}
but you should mimic the client to avoid getting banned.