android-sms-hooks
                                
                                 android-sms-hooks copied to clipboard
                                
                                    android-sms-hooks copied to clipboard
                            
                            
                            
                        http auth support
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])?
Seems like the issue is about http auth. I removed it and it works now!
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.
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