New Feature: Rule HTTP Trigger

You can find an example of sending data from Tasker here: Tasker Plugins + Android Widgets Ending - #10 by josh

I would need to see the Tasker side of things to help. Usually you can’t just append =something onto a URL as that’s not valid. It would need to be in a parameter like http://my.url/?value=word

In that case, the parameter wouldn’t be accessible in the value parameter in SharpTools though. That means Tasker would be sending it across in a parameter called battery, so either the Tasker profile would have to be updated to value:%BATT to match your rule or you would have to update the rule to grab the value from whatever you name the parameter as in Tasker (eg. battery in your example)

As noted above, the issue seems to be with how the Tasker profile is configured. If you want to share some screenshots of the Tasker profile, I’d be happy to help.