11/22/2024 3:56:40 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss building external web applications for SalesLogix. View the code of conduct for posting guidelines.
|
|
|
|
calling a ws thru a fw/proxy
Posted: 03 Jun 06 10:14 AM
|
fiogf49gjkf0d i am trying to do credit card processing thru one of our systems.it is infact calling a web service which is hosted at a merchant site . when i give the credentials for my proxy, it works! But our security dept dont want to give userid/pwds in a config file.
Is there a way that i can call a ws without proxy setting from inside the firewall of a company?
this test web server is hosted inside lan and has to passthru 2 firewalls.. |
|
|
|
Re: calling a ws thru a fw/proxy
Posted: 05 Jun 06 1:15 PM
|
fiogf49gjkf0d If you're network requires a proxy for inet connections then there's no getting around that. You'll have to supply the info needed for the proxy. There's no way to not use the proxy if that is how the network is set up.
You could always secure the proxy user/password in a database on the network, values stored encrypted. This way there is only one central place to store it for all users (in case you want to change it at some point) and no user/passwords sitting in files on everyone's desktops. Your app would read the values from the db, decrypt them and continue as normal. |
|
|
|
Re: calling a ws thru a fw/proxy
Posted: 06 Jun 06 12:26 PM
|
fiogf49gjkf0d Thanks for answering Ryan!
I got it fixed.The stupid page needed a non-empty value for the proxy port.All i had to do is to put in a value of 0 for that and then it started working.... |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|