[Question seems a little long but please have patience. It has sample source to explain the problem.]
Consider following code which is essentially a WCF host:
[ServiceContract (Namespace = "http://www.mightycalc.com")]
interface ICalculator
{
[OperationContract]
int Add (int aNum1, int aNum2);
}
[ServiceBehavior (InstanceConte...
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^WR-(.*)\.html$ WR.php?act=show
i have created .htaccess file to rewrite WR.php?act=show to .html extension and save this file in a folder where my source file are residing. but it is not working can anybody help me please....
...
http://stackoverflow.com/questions/1979915/can-i-check-if-a-file-exists-at-a-url
This link is very good for C#, what about java. I serach but i did not find good solution.
...
I have a bunch of images that I need others to browse via a web browser in pretty much the same way as Apache-Gallery.
I'd be able to dump all my images in a directory so that users hitting:
http://server:port/directory
would see small thumbnails and selecting an image would load it full size on a page with options to browse the prev...
I'm currently implementing a client application that POST's a file over HTTP and have implemented base64 encoding on the file's data parameter.
However, it appears that when inspecting the traffic between a simple HTML page with a file upload form and the server that no Content-Transfer-Encoding header is sent in the body when describin...
Is it possible to set a cookie for http://www.example.com from a PHP file located at https://secure.example.com? I have some code that was given to me, that appears to try and fails at this. I was wondering if this is possible at all.
...
We've an existing system which connects to the the back end via http (apache/ssl) and polls the server for new messages, needless to say we have scalability issues.
I'm researching on removing this polling and have come across BOSH/XMPP but I'm not sure how we should take the BOSH technique (using long lived http connection).
I've seen...
Suppose I have a page on my website to show media releases for the current month
http://www.mysite.com/mediareleases.aspx
And for reasons which it's mundane to go into*, this page MUST be given a query string with the current day of the month in order to produce this list:
http://www.mysite.com/mediareleases.aspx?prevDays=18
As such I ...
Hi,
I haven't programmed in Delphi for a while and frankly didn't think I'll ever have to but...
Here I am, desperately trying to find some information on the matter and it's so scarce nowadays, I can't find anything. So maybe you guys could help me out.
Currently my application uses Synapse library to make HTTP calls, but it doesn't a...
I need to post some text to a remote server over HTTP, this server in turn puts these comment on a Wordpress page. I am still waiting for interface details.
Is it possible to post comments directly on a Wordpress page from an Android or Java application?
Links to relevant documentation, tutorials etc. is appreciated.
Thanks.
...
Hi Everyone,
I am hoping someone can help me with a question i have relating to Basic HTTP Authentication in an Xcode 2.3 application.
Basically i have a PHP page that is on our server and when called with certain parameters returns data relating to the servers condition etc.
i have managed to get a small Xcode application working whe...
Hello all,
im looking to read the contents of a webpage that is secured with a user name and password. this is a mac OS X application NOT an iphone app so most of the things i have read on here or been suggested to read do not seem to work.
Also i am a total beginner with Xcode and Obj C i was told to have a look at a website that provi...
How long is a HTTP response cached with it has no header specifying expiration?
...
I found serveral IllegalStateException Exception in the logs:
[#|2009-01-28T14:10:16.050+0100|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=26;_ThreadName=httpSSLWorkerThread-80-53;_RequestID=871b8812-7bc5-4ed7-85f1-ea48f760b51e;|WEB0777: Unblocking keep-alive exception
java.lang.IllegalStateException: PWC4662:...
I have an issue where I am trying to load an external SWF using a SWFLoader, but the HTTP server requires authentication.
<mx:SWFLoader source="assets/externalswf.swf"></mx:SWFLoader>
Is there any way to pass the credentials to the SWFLoader?
...
Can somebody tell me best SMS gateway in USA . I want my application to send SMS using HTTP. So I would like to the best and cheap gateway which can provide api's to send sms. My App is written in VB.NET.
...
Hello,
Language: C#
Development Environment: Visual Studio 2008
Sorry if the english is not perfect.
I want to login to a Website and get some Data from there. My Problem is that the Cookies does not work. Everytime the Website says that I should activate Cookies but i activated the Cookies trough a Cookiecontainer.
I sniffed the tr...
This is one of the questions I'm asked in the interview today,
but I'm not sure of the answer.
...
I'm reading this article about Comet http://en.wikipedia.org/wiki/Comet_(programming). It mentions that browser should support multipart/x-mixed-replace to make XmlHttpRequest Streaming possible.
Why this multipart/x-mixed-replace is necessary?
Without this header, HTTP response can still be chunked and sent piece by piece to browser, ...
I have the following code that works on PHP5 to send a HTTP POST without using cURL. I would like this to work on PHP 4.3.0 and above:
$opts = array('http' =>
array(
'method' => 'POST',
'header' => "Content-type: application/x-www-form-urlencoded\r\n" . "Content-Type: application/json\r\n",
'content' => $q...