android-sms-hooks icon indicating copy to clipboard operation
android-sms-hooks copied to clipboard

http auth support

Open const-tmp opened this issue 3 years ago • 3 comments

debug logs

Received broadcast for SMS [ [email protected] 14:00 ]
Received broadcast for SMS [ [email protected] 14:06 ]

URL works & tested access to SMS is given on device

does app supports http auth in URL form? (user:[email protected])?

const-tmp avatar Oct 25 '22 11:10 const-tmp

Seems like the issue is about http auth. I removed it and it works now!

const-tmp avatar Oct 25 '22 12:10 const-tmp

Hi @h1ght1me, Thanks for the bug report. I haven't tested the app with HTTP basic auth URLs. Please let me know your use case about using Basic Auth for the webhook URL so that I can consider supporting that in the future.

For now I've marked this a bug, because if credentials in the URLs are not supported, they should not be accepted as a webhook URL.

sa3dany avatar Oct 25 '22 12:10 sa3dany

Hi @h1ght1me, Thanks for the bug report. I haven't tested the app with HTTP basic auth URLs. Please let me know your use case about using Basic Auth for the webhook URL so that I can consider supporting that in the future.

For now I've marked this a bug, because if credentials in the URLs are not supported, they should not be accepted as a webhook URL.

Yes, if URL is provided with basic auth, it's seems like ignored, because no errors was in debug logs

const-tmp avatar Oct 25 '22 12:10 const-tmp