Leeewy / TLSWebView

Example of use TLSv1.2 in WebView in Android API version between 16 - 20.
Apache License 2.0
10 stars 4 forks source link

Could it support POST method? #1

Open YkSix opened 7 years ago

YkSix commented 7 years ago

Hi, Thank you for sharing this great project. Cause the default request method that OkHttp uses is GET, could it have a chance to support POST method as well?

Leeewy commented 7 years ago

Hi, nice to hear that ;) I must to take a look at that, cause at this moment I don't know if this is possible. I will try to find an answer in this week, cause your question is interesting.

2017-03-16 13:06 GMT+01:00 Eric Lu notifications@github.com:

Hi, Thank you for sharing this great project. Cause the default request method that OkHttp uses is GET, could it have a chance to support POST method as well?

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

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Wolny od wirusów. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

Ashok-Varma commented 6 years ago

Hi @Leeewy / @YkSix any updates on this.

I tried to find a solution can't find any. I explored through Webviews API to see if i can find any way/loophole to intercept POST calls, So i can enable TLS1.2, But no luck so far. As of now i can only think of using reflection to find a hack.