Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
566 views

Cocoahttpserver serving images from iPhone App Bundle

I am having trouble getting Cocoahttpserver from Duesty Designs (awesome open source library makers of CocoaAsyncSocket) to serve images from my app bundle. Using the example iPhone project I can ...
1
vote
2answers
726 views

saving files to cocoahttpserver in iphone

I need to download a file from an url and save it to local cocoahttpserver I have in my iphone app so that later i can access it using something like http://localhost/filename.txt I have the ...
0
votes
0answers
75 views

cocoahttpserver server on ios failed to be connected?

My application use cocoahttpserver to establish a web server for file uploading from pc to iPad. In my environment it works fine. but my app has been rejected by appstore, they said the provided ...
0
votes
1answer
70 views

How to know when cocoahttpserver has started

Does it send a notification that it has started that can be listed for, or is there a delegate protocol to implement? I can't find the documentation on the Google code page.
0
votes
1answer
131 views

Selenium for iPhone emulator compile error

when compiling the code for iWebDriver.xcodeproj I get the following error error: There is no SDK with the name or path ...
0
votes
0answers
193 views

HTTP server integration in iPhone application

I am using CocoaHTTPServer in my application since I need my application to be accessed from a computer browser on port 8080. I would like to show an alert box containing the IP address of the ...
0
votes
0answers
200 views

cocoahttpserver delay when starting server

I use cocoahttpserver (iphone version) http://code.google.com/p/cocoahttpserver/downloads/detail?name=iPhoneHTTPServer3.zip&can=2&q= to run a http server. It works well, but when I start the ...
0
votes
0answers
447 views

Can my iPhone app host a Local Web server and allow other apps to the phone to access the LWS?

I will use one of the following cocoahttpserver or iPhoneHTTPServer3, SimpleWebSocketServer, MultithreadedHTTPServer3 to host a server in my app. Iam aware that a built-in apache is not possible.. ...
0
votes
1answer
311 views

HTTPHeaders Added to Downloaded File - CocoaHTTPServer?

In an iPhone app where I use cocoahttpserver and take a sqlite database file from the iPhone and download it with a browser to my PC, when I look at the downloaded file using TextEdit, I see the text ...
0
votes
1answer
8k views

ASP.NET and The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel

I'm making an httpwebrequest using a public Root authority Certificat file X509. I only have the public key, not the private key. Everything works fine from a Console app but it does not work from ...
0
votes
1answer
246 views

How can I derive an address and port from -[NSNetService addresses] so I can use it with NSURL

I'd like to use CocoaHTTPServer to set up peer-to-peer communication between different instances of an application on a network. Setting up the server was quite easy, but writing the client is another ...
0
votes
2answers
475 views

Change Download File Name in Cocoahttpserver

I'm using cocoahttpserver in an iphone app, but when I try to download it (by clicking a link in the standard demo app), my sqlite file (myDatabase.sqlite) arrives on my Mac Desktop as "Unknown" with ...