https://andro.io/app/nf-uxrh
Power 100
Android app profile
Push Notification Forward HTTP for Android – Latest Version & Features
by JOJOAGOGOGO
★★★★★
(0 ratings)
Rate this app
How do you feel about Push Notification Forward HTTP?
Thanks for your feedback!
> 2.2k
Monthly Downloads
~$900
Estimated Cost
Screenshots
About Push Notification Forward HTTP
It is an application that saves push notification as HTTP {S} forwarding / historyThe data received in the notificationYou can HTTP POST GET to the configured url!■ You need [Access to notification] permission of this application to use transfer function■ Forward notifications, select the app to save as history■ You can set the parameters to receive at the transfer destination■ You can set additional parameters■ You can narrow down in the history list■ You can update it by pull-to-refresh the listExample your server
${text} ";}$cmd = "/usr/bin/curl -X POST -d "text=" .
$message .
"" http://sample.com/to_sample";$ret = exec($cmd);echo $ret;?>
$message .
"" http://sample.com/to_sample";$ret = exec($cmd);echo $ret;?>