daverix / urlforwarder

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

Possibility to send POST requests #14

Closed Elbullazul closed 1 year ago

Elbullazul commented 1 year ago

Would it be possible to allow to send the HTTP request via POST? Would that be out of scope for this app?

daverix commented 1 year ago

Yes it would be out of scope as it's not possible to do HTTP POST with an Android Intent, as far as I know.