flutter_web_auth
flutter_web_auth copied to clipboard
HTTP headers
How can I include headers along with url?
any answer? i have to add : {"Content-Type", "application/json"}, {"Accepts", "application/json"}
This is not possible in the underlying APIs, so it's nothing that we can support.
If someone can show this working in Swift with ASWebAuthenticationSession, and with Chrome Custom Tabs on Android, I'd be happy to add it...