Top "Httpserver" questions

An HTTP Server is any application which receives requests via the HTTP protocol and sends back the corresponding response to fulfill the request.

Get request body from node.js's http.IncomingMessage

I'm trying to implement a simple HTTP endpoint for an application written in node.js. I've created the HTTP server, …

node.js httprequest httpserver
Java httpserver crashes upon receiving POST requests

I am trying to write a simple HTTP server in Java that can handle POST requests. While my server successfully …

java post httpserver
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 …

python httpserver basehttpserver
Python Desktop Application with the Browser as an interface?

I want to create an application that runs on the users computer, a stand-alone application, with installation and what-not, but …

python browser desktop httpserver
.htaccess : Location not allowed here

I am getting a "Location not allowed here" error with this .htaccess. Does anyone have any idea on how I …

apache web-applications apache-config httpserver
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"). …

javascript jquery python http httpserver
Node js as http server and host angularJS SPA

I have an application written on angularJS and built by grunt. Is there a way I can create a http …

angularjs node.js gruntjs single-page-application httpserver
Python: BaseHTTPRequestHandler - Read raw post

How do I read the raw http post STRING. I've found several solutions for reading a parsed version of the …

python httpserver basehttpserver basehttprequesthandler
Simple HTTP server for logging requests only

I need to run a simple HTTP server that will only log incoming requests and nothing. It should log whole …

http logging http-headers httpserver charles-proxy
Can I run an HTTP server on a mobile platform?

I am building a webapp that cannot be put into the app store (security reasons). The webapp needs access to …

android ios http httpserver