B4A Question HttpServer problem [solved] - sirjo66    Jul 13, 2013 Hello, I'm using "HttpServer" program on my Android but I have same problems :sign0085: Sometimes it is very very slow to answer, and sometimes it don't answer :BangHead: I try some times on my PC browser, but it don't answer, so, on Android, I run "internet browser" and it work again !! May be a wifi stand-by ?? I have setting "Keep Wi-fi on during sleep" to "Always" (as explain here Set Wi-Fi sleep policy to "Never"... B4A Library SD DigestServer (httpServer+Digest Auth) with Source Code - Star-Dust    Dec 25, 2022   (11 reactions)
I have extended the HttpServer Library functions by adding Digest authentication.
This is a demonstration version, it allows normal http connections (such as httpserver) and activating the digest protocol... B4A Question HttpServer library how use Https - Lello1964    Dec 3, 2020 Hi,
I am using the HttpServer library to communicate with a web application,
I would like to know how to use the Https protocol with an SSLcertificate.
Raffaele... B4A Code Snippet ServletRequest all Header and Parameters (httpServer) - Star-Dust    Jan 14, 2021   (3 reactions) I arose from the need to know all the headers of a GET request.
When HttServer raises the HttpServer_HandleRequest event it returns the Request variable.
The Request variable has only one method for reading Headers, GetHeader.
How to get a complete list of Headers?
HttpServer1.Initialize("HttpServer")
HttpServer1.Start(1080)
Private Sub HttpServer_HandleRequest (Request... B4A Question [SOLVED] get POST parameters on HttpServer - sirjo66    Sep 4, 2023 Hi,
in my app I have an HttpServer
Private server As HttpServer
in event HandleRequest I need to... POST call with "multipart/form-data" content type.
If I call my server http... B4A Question Video Streaming with HTTPServer - Ibrahim Saleh    Dec 29, 2019 B4A. I would like to stream a video found on users phone using http server. Now i think the HTTPServer lib is limited some how cuz it doesnt allow me to access the outputstream. Also this stream must... B4A Question HTTPServer library enable CORS - Hamied Abou Hulaikah    Jan 5, 2022   (1 reaction) How can I enable CORS "Cross Origin Resource Share" in httpserver library? any function or java code?... Wish httpserver as a web server ,not support ipv6 - hears    Apr 27, 2025 The httpserver, developed and compiled based on Jetty 7.x, does not support IPv6. IPv6 access is only supported from Jetty 9.x onwards.... B4A Question HttpServer Upload file problem - sarmanho (first post)    Jan 31, 2025 by a windows application written in vb.net).
I'm using the HttpServerExample to do some testing....server.HttpConnection.handleRequest(HttpConnection.java:589)
at org.eclipse.jetty.server...)
at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
at org.eclipse... Java Question HttpServer With ServerSocket & AsyncStreams - Erel (first post)    Oct 20, 2024 You are posting in the wrong sub-forum.... Page: 1   2   3   4   |