Smartthings Webcore not changing Blue Iris profile

Joined
Jan 26, 2021
Messages
7
Reaction score
2
Location
israel
Hi ,

I'm trying to send an http get request from webcore to BI to change BI profile.
running the command from the browser works but in webcore I use get make request and I see it sending but nothing change on BI side .
I also unchecked “use secure session keys and login page” and add ^192.168.1* to “limit access by IP address .
I saw thread here discussing it but i did all recommendation with no success.
I posed my issue also on webcore forum with no answers so i'm trying here :
Here are the commands I tried from webcore (with http and without ) :


Code:
192.168.1.XX:81/admin?profile=2
192.168.1.XX:81/admin?camera=XXX&profile=1 (works from bowser)
192.168.1.XX:81/admin?camera=XXX&profile=1&user=XXX&pw=XXX
Please help
Thanks
 
Top