daverix / urlforwarder

Enables you to use bookmarklets on Android
GNU General Public License v3.0
44 stars 7 forks source link

Send Headers #8

Open dshanske opened 6 years ago

dshanske commented 6 years ago

Trying to use this to forward URLs to a service, which means I need to pass along some form of authentication. Would you be willing to add the ability to send arbitrary headers, specifically Authorization tokens?

daverix commented 6 years ago

Hi,

Sure, sounds like a nice feature! :)

/David

On Sun, Dec 10, 2017 at 10:42 PM, David Shanske notifications@github.com wrote:

Trying to use this to forward URLs to a service, which means I need to pass along some form of authentication. Would you be willing to add the ability to send arbitrary headers, specifically Authorization tokens?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/daverix/urlforwarder/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AADauG0JuOClGMG2lloXpMJeE7w10hATks5s_FA7gaJpZM4Q8qjd .

daverix commented 6 years ago

https://medium.com/@_rpiel/chrome-custom-tabs-and-headers-or-a-happy-open-source-story-9c3f82680eea Seems tricky to get this to work with the browser. Will need to create my own webview if this is going to work but then you will not benefit of all the features in Chrome for example.