Problem With Webpage Postback Outside of Citrix

RedDev

Beta member
Messages
3
Location
US
Hey All,

I hope I posted in the correct area. If not, please excuse me.

I'm a programmer and developed a website for a client. There is a form on the website that posts back once the visitor fills out the info. The weird problem is, when they are ON their citrix network everything works fine. When they are OFF their citrix network, the post back happens but it seems the server gets no data and just returns the same page?

I've been on Google for the last 30 mins or so and can't seem to find anything. Is there something that a network administrator would or could configure that would cause this to happen? It's also happening on multiple PCs and multiple browsers but works fine on NON work PCs.

Thanks for the help.

Brian
 
What language are you using for your backend?

I'm guessing it would have something to do with how it's sending the data to the server.
 
C#. Just weird how it works for everyone else in the world, but not for our client when they are disconnected from Citrix.

Thanks for the reply.
 
Found out their DNS settings are incorrect when they are not logged into citrix.

Thanks again for the help.
 
Back
Top Bottom