You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the data_loader.ex file does not customize the default user agent. It would be useful to set that to a unique value to politely identify the source of http requests.
Hi,
It looks like the data_loader.ex file does not customize the default user agent. It would be useful to set that to a unique value to politely identify the source of http requests.
Untested code would be something like...
Before:
After:
For the sake of reference easily copy-and-pasted, hackney's default_ua() is created in hackney_request.erl.
Thanks,
The text was updated successfully, but these errors were encountered: