1
Zeus Traffic Manager / Insert credentials / authentication in traffic script ... or ?
« Last post by Jugger on June 18, 2013, 01:49:03 pm »Hi all,
We have a backend-node which needs to be accessed with certain credentials.
The credentials ( UID+PSW ) is not secret - so I was thinking in just adding them to the url passed to the pool node.
Something along the lines of ...
...
$newurl ( 'userid:password' && $url );
http.redirect $newurl
'ish
Is that the way to go, or are there other options ?
If the above is the way to go, how would you avoid looping ( split the rule to run on another VS / DNS than the actual pool node ? ) ?
Is the above at least comprehensible :-) ?!?
Brgds.
Jugger
We have a backend-node which needs to be accessed with certain credentials.
The credentials ( UID+PSW ) is not secret - so I was thinking in just adding them to the url passed to the pool node.
Something along the lines of ...
...
$newurl ( 'userid:password' && $url );
http.redirect $newurl
'ish
Is that the way to go, or are there other options ?
If the above is the way to go, how would you avoid looping ( split the rule to run on another VS / DNS than the actual pool node ? ) ?
Is the above at least comprehensible :-) ?!?
Brgds.
Jugger
Recent Posts