Addition for default Headers
Vaibhav159 opened this issue · 0 comments
Is your feature request related to a problem? Please describe.
It is very tedious to search for link and headers so we will try to have a generic header which will work for most of the cases
Describe the solution you'd like
So i will be desiging a generic header which will be deault header if the user is not providing the headers themselves and these headers will be generic for most the cases so it will improve overall user experience for the user.
Describe alternatives you've considered
I have considered using requests with original header of request and no headers at all , providing original request header are good but can be tough to find everytime and passing no headers will cause issue in most of the cases as the server is expecting request headers which in turn when not received may fail the download process.