sur950 / any_link_preview

A flutter Plugin/Package to show the preview of any web link that starts with HTTP/HTTPS. Mostly useful for application that had chat.
MIT License
70 stars 70 forks source link

Adding headers to the http request #27

Closed f-mehues closed 2 years ago

f-mehues commented 2 years ago

Currently there's no way to add headers to the requests made by the package. I think this feature would be really useful, specially when working with self hosted CORS proxies, since it would allow implementing authentication.