webservice and proxy server security.

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
User avatar
highjo
Forum Contributor
Posts: 118
Joined: Tue Oct 24, 2006 1:07 pm

webservice and proxy server security.

Post by highjo »

Hello everybody!
I'm having let's say unease when it comes to setup a webservice client to talk to a .NET webservice server on the internet with a proxy server sitting between to 2.
Formerly i use nuSoap and it was working properly until i change the environment where the proxy comes into picture.From my research on the net i can notice that it's not that straight forward and there is no clear work around it.In my case none of what i've seen works.I wanted to try zend_soap and that one too i have all the difficulties setting up a simple project since it's rare to find a decent tutorials for it.So what do you think?Does anyone encountered the same issue? who is willing to share experience?i 'm just seeking for a piece of advice.And open to try anything that works so you can feel free help me out with zend_soap or nusoap, anything.Thanks very much
User avatar
highjo
Forum Contributor
Posts: 118
Joined: Tue Oct 24, 2006 1:07 pm

Re: webservice and proxy server security.

Post by highjo »

hello!
if this post was so ignored like that i can guess easily that there is something obvious i should know or i've just posted a stupid question.Whatever is the case i'm missing something.Can anyone give me at least a clue? i just need something.Please this is important.Thanks for reading anyway.
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Re: webservice and proxy server security.

Post by Mordred »

Check the documentation of both libraries if they support requests through proxies. Alternatively, seek help in their respective support forums. I haven't worked with any of them, so I don't have first-hand experience, sorry.
Post Reply