Tagged Questions
The httpserver tag has no wiki summary.
8
votes
3answers
474 views
Is TIdHTTPServer Compatible with Micrsoft BITS
We are trying to write an update server for our software using the TIdHTTPServer component. Currently we are serving an XML file that lists the available updates and their file versions etc.., when ...
6
votes
2answers
2k views
Python - BaseHTTPServer.HTTPServer Concurrency & Threading
Is there a way to make BaseHTTPServer.HTTPServer be multi-threaded like SocketServer.ThreadingTCPServer?
3
votes
1answer
44 views
HTTP Server in CBuilder
I am a new user in CBuilder Programming. I am writing HTTP Server application, wich receives mixed data:both text and a binary data at a time.But I don't know wich component and how to use to parse ...
3
votes
4answers
423 views
How do I deal with very large file-uploads in an Erlang web server?
So, lets say I'm writing a web server and I want to support "very large" file uploads. Lets further assume that I mean to do this via the standard multipart/form-data MIME type. I should say that ...
3
votes
2answers
337 views
General (non-server-specific) HTTP server test suite?
I'm looking for a test suite to test an HTTP server for standards compliance. The test suite should therefor not be server-specific, like Apache's HTTP server test suite.
Any pointer would be greatly ...
2
votes
1answer
426 views
How to silent/quiet HTTPServer and BasicHTTPRequestHandler's stderr output?
I am writing a simple http server as part of my project. Below is a skeleton of my script:
from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler
class MyHanlder(BaseHTTPRequestHandler):
...
2
votes
2answers
731 views
Mochiweb's Scalability Features
From all the articles I've read so far about Mochiweb, I've heard this over and over again that Mochiweb provides very good scalability. My question is, how exactly does Mochiweb get its scalability ...
2
votes
1answer
1k views
paste.httpserver and slowdown with HTTP/1.1 Keep-alive; tested with httperf and ab
I have a web server based on paste.httpserver as an adapater between HTTP and WSGI. When I do performance measurements with httperf, I can do over 1,000 requests per second if I start a new request ...
1
vote
1answer
95 views
python http web server
I have created a simple http server for my family on the local network, when i add a html file and png picture and tried to view the HTML file, my image cannot load. It says:
"The image ...
1
vote
2answers
47 views
Apache http server one instance per Virtual host
I was interested in working with apache http server based on next parameters:
On a single server running listenin in one single port
Having condigured several Virtualhosts, one per domain
running ...
1
vote
1answer
42 views
Apache http server rewrite url failed
I want to redirect the http://www.example.com/index.htm to
local file: /home/admin/mf/htdocs/default.htm
config the apache server in httpd.conf as below, but it does't work, any problem
with my ...
1
vote
2answers
99 views
Python HTTP Server available for Multiple Requests
I have been doing a lot of studying of the BaseHTTPServer and found that its not that good for multiple requests. I went through this article
...
1
vote
1answer
114 views
Store and display image file in Apache Cassandra
I have read jpg/png file through string buffer using cassandra Hector APIs.
Now i want to show that file on html page.
Is there any way to show that file on html page without creating temporary file ...
1
vote
1answer
177 views
How to configure HTTPServer to use content length and not transfer encoding: chunked?
I'm using java's HTTP Server object with web service implemeted by WebServiceProvider.
I see that no matter of the client request, the answer is chunked and i need it to be with content length.
so i'm ...
1
vote
1answer
92 views
best http server solution for multiple requests + php interpretation [closed]
I'm currently working on a service that will allow users to put on their sites a script file(javascript) that is going to be load from my http server, there for I can expect to handle a lot of http ...
1
vote
2answers
257 views
Does com.sun.net.httpserver.HttpServer support pipelining?
Does com.sun.net.httpserver.HttpServer support single-connection pipelining? It seems to handle multiple clients in parallel, but a single connection's requests are being serially executed.
Is this ...
1
vote
3answers
347 views
Combine SimpleXMLRPCServer and BaseHTTPRequestHandler in Python
Because cross-domain xmlrpc requests are not possible in JavaScript
I need to create a Python app which exposes both some HTML through HTTP and an XML-RPC service on the same domain.
Creating an HTTP ...
1
vote
2answers
694 views
tIdHttpServer - EidConnClosed before sending a reply to POST
I am having trouble implementing a HTTP server with indy 10 in delphi 2007.
I have set up a simple event handler for the CommandGet event.
When replying to data sent using the GET method I can parse ...
1
vote
1answer
318 views
Settings http headers in Java 6 SE httpserver
I try to publish Atom feed (generated with Rome) using Java 6 SE httpserver. For correct feed discovery in FireFox I need custom headers.
This is my code:
Headers headers=e.getRequestHeaders();
...
1
vote
1answer
808 views
Does a published endpoint have a limited number of connections? [Java 1.6.0_16]
I've created a Web Service using import javax.xml.ws.Endpoint and a client that connects to it using Service.create and service.getPort.
Now, everything works perfectly fine when only using a small ...
1
vote
4answers
349 views
Which java webserver is most suitable here?
I am developing a simple web application which contains these 3 components:
client that uses Ajax,javascript, html to display data on the browser.
Java webserver that interfaces between the client ...
1
vote
5answers
1k views
How to shutdown com.sun.net.httpserver.HttpServer?
The Http Server embedded in JDK 6 is a big help developing web services, but I've got situation where I published an Endpoint and then the code crashed and left the server running.
How do you ...
0
votes
0answers
20 views
Python mysqldb or HTTPServer Memory Leak
I'm working on a very simple python server to interface post commands with a mysql database. My server serves a lot of data and it has become obvious that the server has a huge memory leak. (in fact, ...
0
votes
1answer
41 views
Not able to bind port 1131 on Window7 with AVD
I am using the following java code in Android AVD on Windows7 to create my server with serverPort = 1131;
try {
ServerSocket serverSocket = new ...
0
votes
1answer
79 views
“delay” in delivering WebService reply when using sun HttpServer
I'm writing a standalone application that implements a Web Service, for which the Endpoint is published using the embedded Sun HttpServer. I have an odd issue with this, where in a specific deployment ...
0
votes
2answers
41 views
How can I make HttpServer recognise special characters in Java?
I want to make some SQL query with my Java HttpServer but it seems that the HttpServer doesn't recognize special characters in the link I submit into my browser:
[1]: ...
0
votes
2answers
109 views
Strange JQuery Error “code 501, message Unsupported method OPTIONS”
I am learning the JQuery Get method. I start up a Python HTTP server:
(just typing command "Python -m SimpleHTTPServer").
It's fine to test this webserver by just visiting "http://localhost:80" on ...
0
votes
1answer
49 views
Apache rewrite rules query having regular expression and runs recursively
I am new to apache rewrite rules.
I am trying to rewrite a URL
For ex :
http://www.example.com/try/this/all+letters+with+plus -> http://www.example.com/try/this/allletterswithplus
so the ...
0
votes
1answer
108 views
Performance: com.sun.net.httpserver.HttpServer vs. jetty
i'm working on a java web application which will sends and receives JSON strings. The JSON is generated through jersey and maps to a jaxb anotated pojo.
The application itself isn't very complex but ...
0
votes
1answer
37 views
How do I set the content-type when using python's http server?
I tried using send_header ('Content-Type', 'text/html'). However, this does not work.
0
votes
0answers
76 views
NSURLConnection delegate stop calling
this is my problem:
I implemented on the same app an http server (cocoahttpserver)
and an http client that sends an image selected by user
All works fine, but when user try to sending an image:
...
0
votes
6answers
286 views
java.lang.OutOfMemoryError on HttpServer on download large data
I have java 6 embedded HttpServer. It has a handle which allows clients to download a big text file. The problem is that whenthe server has more then 10 simultaneous clients, i get out of memory ...
0
votes
0answers
57 views
IBM IHS 7.0 gzip compression doesn't work as expected
I've enabled gzip compression in my IBM HTTP Server v7.0. In the response header I can see Vary as "accept-encoding".
But when I compare the size of the file that was loaded with gzip and without gzip ...
0
votes
1answer
26 views
Secure content on HttpServer using a Tomcat Application - any ideas?
We have a Web Application on Tomcat. The App accesses content(confidential) from dedicated Apache HTTPServers. We do not want un-authorized users accessing this content. i.e. Only users authenticated ...
0
votes
0answers
70 views
No Route To Host Exception Using Socket Programming for Http Server for ipv6
I am creating a client-server socket program where client is running in linux and server(http server) is running windows where both are ipv6 configured and wants to communicate by using those ipv6 ...
0
votes
1answer
63 views
Is it possible to get the raw request of HttpExchange?
How can I get the raw request from com.sun.net.httpserver.HttpExchange?
I'm using HttpServer to make a proxy, so I want to get the raw http request and send it to the original host.
0
votes
1answer
43 views
Cocoa Server Question
I'm trying to host multiple files on a server on iOS devices, and right now I'm able to show a simple text file. How would I change this code to display a HTML file in the documents directory? Thanks!
...
0
votes
3answers
89 views
node.js make request and response global for HTTP server?
I've just started on node.js and ran through http://nodebeginner.org/index.html. Great start tutorial but I really want to know is it possible to make both request and response 'global' so any module ...
0
votes
0answers
25 views
HTTP requests to android server (running on the device) over usb, from the host machine?
I am stuck at a functional problem. I want to send http requests on variable ports to my android Device which runs a server. Can someone give me pointers to how to do that. Also assume that I do not ...
0
votes
1answer
117 views
HttpExchange GET arrived empty
I've created a HttpServer based on com.sun.net.httpserver.HttpExchange.
in my handler, impementation of com.sun.net.httpserver.HttpHandler, the method public void handle(HttpExchange exchange) gets an ...
0
votes
0answers
74 views
Thread starting process and write/flush
I'm building a simple HTTPServer. I have a thread that controls the the server (i.e., do_GET, do_POST, etc..) and there is another thread (that communicates with the server) that starts a process ...
0
votes
1answer
176 views
android and sending files to HTTP server
I try to write application which will be send file to HTTP server. Here is my android-side code:
public void send(View view)
{
HttpURLConnection connection = null;
DataOutputStream ...
0
votes
0answers
44 views
sun Httpserver: access from the Handler to an object created externally
Maybe dumb question: I'm trying to realize a little server in Java with com.sun.net.httpserver package. I am at the very beginning of server programming, so probably I'm missing something.
It should ...
0
votes
2answers
175 views
Set Up Http Server on Iphone
Can we set up HTTP server on iPhone for audio streaming . I need to set up my iphone as a http server where i have to upload the audio buffer and do the live http streaming
0
votes
1answer
91 views
boost pion comet-like httpserver
I'm trying to efficiently implement comet-like functionality using HTTPServer class of boost::pion.
Basically, in my 'handleURI' function, I would like to postpone returning results to the client, ...
0
votes
1answer
139 views
How can I access members of the HTTPServer from a BaseHTTPRequestHandler?
I'm putting together a little application that involved both a GUI, HTTP and TCP servers. The GUI controls the responses returned from the HTTP and TCP servers to the clients. I'm using the ...
0
votes
1answer
90 views
for loop in HttpServer misbehaves
I have this weird problem with a for loop.
This loop only iterates once while it should iterate more times (it has 3-4 elements in it, depending on something irrelevant.
Here is the code:
...
0
votes
1answer
428 views
Python, BaseHTTPRequestHandler: how to read what's available on file from socket?
I'm using Python's BaseHTTPRequestHandler class to build a web server. I want to add an endpoint for WebSockets. This means that I need to read whatever is available from the handler's rfile, so ...
0
votes
3answers
682 views
Sun Java HTTPServer has a bug, how to fix it?
I'm using com.sun.net.httpserver.HttpServer in my project. However, it seems that the server leaks connections when it gets invalid data from the HTTP connection. The bug is this one:
...
0
votes
1answer
249 views
MvcContrib TestHelpers don't seem to provide a full HTTPContext.Server object
So the MvcContrib TestHelpers create mock versions of the following
HttpContext
HttpRequest
HttpResponse
HttpSession
Form
TempData
QueryString
ApplicationPath
PathInfo
within a fake controller ...