5 posts tagged with Application and server (View popular tags)

I have an application installed on my PC at work that needs to connect to the internet through our ISA Server. The problem it has is that it can't connect directly unless I put in proxy settings. The problem that I have is that the proxy setting is just one long URL with no username or password. How can I get this application to connect? [more inside]
posted on Jun 19, 2008 - 1 answers

I'm looking for good, neutral, non-dogmatic comparisons of LAMP and Windows for building and hosting database-backed web applications. [more inside]
posted on Mar 13, 2008 - 7 answers

Does anyone have experience using DirectX in a server-side application? Is it practical? If not, what alternatives are there? [more inside]
posted on Jan 4, 2008 - 10 answers

ServerSideResearchFilter: A friend, who is a prominent Australian comedic voice talent, would like to dynamically stitch together disparate mp3s through a web interface and convert the resulting mp3 to suitable delivery for mobile phone voicemail recordings via MMS. While i can conceptualise the web interace and preview mechanism through flash, I am clueless to how the backend would work.

So, what specific technolgies should i enquire into to make this dream a reality (i am aware this kind of application development would be pricey), and also, are there any sites that you know of doing this at the moment?
posted on Dec 1, 2004 - 7 answers

I'm trying to get my application (VB, but that doesn't matter) to connect to the internet and support proxy servers that require a username and password. The former is easy, the latter not. What I'm doing is sending Proxy-Authorization: Basic [authentication] in the header (where [authentication] is "username:password" base64 encoded) with each request. However the proxy server keeps reporting error 407 (authentication required). I've read the RFC's, I've read google groups but I have no idea what I'm doing wrong. Any ideas?
posted on Apr 30, 2004 - 2 answers