Can someone advise if it is possible for Blue Iris to pass parameters like the camera username/password into URLs it calls for things like for a preset/ptz or other types camera commands?
For example:
This is the URL that works direct in a browser
This is the URL that works in Blue Iris
This is the sort of URL I would like to use in Blue Iris
Where %camusername% and %campassword% are the details from the camera network config section.
So in summary I would like to use the parameters from here:

Somewhere like here:

For example:
Where camera has IP 192.168.1.100 and is using HTTP port 81
Where camera username is CRAZYAS
Where camera password is STRONGPASSWORD
param=14&value=1 is the camera command to enable IR LEDs
Where camera username is CRAZYAS
Where camera password is STRONGPASSWORD
param=14&value=1 is the camera command to enable IR LEDs
This is the URL that works direct in a browser
http://192.168.1.100:81/camera_control.cgi?loginuse=CRAZYAS&loginpas=STRONGPASSWORD¶m=14&value=1
This is the URL that works in Blue Iris
camera_control.cgi?loginuse=CRAZYAS&loginpas=STRONGPASSWORD¶m=14&value=1
This is the sort of URL I would like to use in Blue Iris
camera_control.cgi?loginuse=%camusername%&loginpas=%campassword%¶m=14&value=1
Where %camusername% and %campassword% are the details from the camera network config section.
So in summary I would like to use the parameters from here:

Somewhere like here:
