A have an image address of my IP cam:
snapshot.cgi?user=#USERNAME&pwd=#PASSWORD
I need to put those two variables below in place #USERNAME and #PASSWORD:
var user = "test";
var pass = "test";
Finish result must be:
snapshot.cgi?user=test&pwd=test
I know there is a way to do that but i don't know how. The address of image need to stay exactly like it is as I am getting this from external source.