Send bridge commands over a Webserver?

Hello,

i hard searching for any solution for my application, but i dont find.

I have a Ino Sketch on my controller side, who looking for commands, i send from a python script on the prozessor side.

For example i send "Path_1", "Path_2" etc from my python script over the bridge to the controller an a special number of i/o´s will be set.

Now i want to interact this with a webserver. For Example a number of buttons for setting the path.
Is it possible to click a button and the webserver send "Path_1" over the bridge to the controller? I dont find a solution for that