cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1486
Views
0
Helpful
3
Replies

CVP Call Studio rest client proxy

Peter Straatman
Level 1
Level 1

Hello

we have created a CVP Call Studio application using the rest client element
this element only has proxyHost and proxyPort in its settings

we have added the following on the CVP server registry
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\VXMLServer\Parameters\Java\Options
-Dhttp.proxyHost=<ip#>
-Dhttp.proxyPort=3128

However our http proxy server requires a username password
adding
-Dhttp.proxyUser="uname"
-Dhttp.proxyPassword="pwd"
does not help

any ideas?

3 Replies 3

You're going to need a custom element that provides this or see if the proxy can accept the username and password like http://username:password@urldestination.com

 

david

thx for your swift reply.

we tried that, no luck

is there any sample code available to create such a customized rest client element ?

I can't imagine we're the first ones encountering this issue.

Also not clear on the reasoning behind not having these proxy user and password fields not in the standard rest client element (not even in v12.5) considering all the efforts cisco puts in to make their platforms more and more secure. But that's another discussion

I'm sure I have one as a project I did last year involved a proxy, but I have to dig through my old project files and see. If I make some time I'll double check and let you know.

 

david