httpserver

  1. R

    Android Question HttpServer Upload file problem

    Hi, I am creating an app to act as a server to receive images (the images will then be sent by a windows application written in vb.net). I'm using the HttpServerExample to do some testing, but I've noticed that if I try to upload a picture by connecting via browser it gives me this error: A Non...
  2. Star-Dust

    B4J Library [B4X] xHttpServer (Http Server + jQuery)

    It is a personal project of mine that I started as a hobby on B4i and it has become an interesting project, so that I have modified it to be multiplatform. It is an http server, which allows a browser to navigate on html pages stored on the device. In addition, dynamic pages can also be...
  3. Star-Dust

    B4i Library SD: iHttpServer (beta)

    I started developing a version of the HttpServer Library for iOs. It is still a beta version and not complete, but already functional. You can start using it to test it. Includes WebSocket and QueryElement implementation Digest Auth will be added in the future. I have arrived at a first version...
  4. Star-Dust

    Android Code Snippet ServletRequest all Header and Parameters (httpServer)

    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...
  5. Ibrahim Saleh

    Android Question Video Streaming with HTTPServer

    Hello Community, I have been researching this for a while now, but could not find any solution in 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...
  6. XbNnX_507

    Android Question HttpServer OutputStream

    Hi, i'm using this library https://www.b4x.com/android/forum/threads/embed-an-http-server-in-your-android-application.25984/#content. Whenever i try to write bytes to the outpustream with this code: Dim r As Reflector r.Target = Response Dim jo As...
  7. T

    Android Question HttpServer and download2 function question

    Hi, I’m a novice with the okHttpUtils and the HttpServer libraries, but hoping for advice please. (the libraries seem to be excellent and just what I need - if I knew how to use them!) I would like to request a series of variables (e.g.Key1, Key2) from another Android device running the...
Top