-
Couldn't load subscription status.
- Fork 6
Description
I've just been looking at this project and really like what I see - Such a clean approach. Thank you for sharing your work.
I apologize for opening this as an issue, since what follows is only a question. I couldn't find an alternative place to ask.
If I understood the code correctly, the python WS API does not supply a 'user-agent' HTTP header when sending requests to the server. So I suppose the underlying Python "Requests" package default will be used, so the header will look like, for example
'User-Agent': 'python-requests/2.32.3'
I worry a bit about sending that user-agent value versus one that mimics what a "real" internet browser would send. Is this worry justified, and if so, might the flexibility to specify or configure a different user-agent value be added in the future?
Thanks again - great work!