HomeSeer / Plugin-SDK

Plugin development kit for the 4th major edition of the HomeSeer platform.
https://www.nuget.org/packages/HomeSeer-PluginSDK/
GNU Affero General Public License v3.0
20 stars 4 forks source link

String POST cannot be used in querystirng of URL of a plugin #324

Open mcsSolutions opened 1 year ago

mcsSolutions commented 1 year ago

Tested on HS 4.2.16.0, Windows, Chrome

Any URL that is directed to a plugin that contains the case-sensitive character string POST will not result in HS calling the GetPagePlugin method of the plugin. For example when trying to render a mcsMQTT plugin page the following will not result in a call to GetPagePlugin

http://192.168.0.210/mcsMQTT/MQTT.html?POST http://192.168.0.210/mcsMQTT/MQTT.html?Edit=URL/api.flumetech.com/me.POST:data:00:Today:00:value

The following will result in a call to GetPagePlugin thus showing it is case sensitive and can be at any location in the querystring

http://192.168.0.210/mcsMQTT/MQTT.html?post

spudwebb commented 1 year ago

Tracked as HS-1757 Thanks for reporting the problem.