Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
2 votes
1 answer
62 views

I am struggling to send streamed response to the connected client. The code below is the example HttpServer used to respond to the client, the client code is also mentioned using a custom class to ...
Sameer Ahmed's user avatar
1 vote
1 answer
98 views

I’m running a simple test server to test out a few concepts. For testing purposes, I have a directory with a structure like this: data/ index.html images/ image1.png image2.png ...
Manngo's user avatar
0 votes
2 answers
201 views

I have a function that returns a response depending on the method and the path of the request. When I use strcmp(method, "GET") it gives me -67, even if the method is exactly the same (I ...
Solrojo's user avatar
5 votes
2 answers
156 views

I have this parser, I want to use the size of the pointer (that is 8 bytes) in the function strncpy, I was able do it with the "method" part, why does it crash the "path" part ? It ...
Solrojo's user avatar
0 votes
1 answer
52 views

I'm new to npm and I tried to start a new simple project. Initially it just had index.html with h1 Hello world. When I try to start a server using http-server ./index.html it works to some extent but ...
Heitor Shoiji Kimura's user avatar
1 vote
1 answer
246 views

I've recently implemented an async HTTP Server and Client based on C++ Boost Beast (V.1.83). I'm new to the io_context approach and even if it all seems to be working fine I'm not at all convinced of ...
Kite's user avatar
-1 votes
2 answers
1k views

I get this error all the time tried everything switching JVMs and stuff changing code itself but nothing really works Chat GPT also doesn't help. If someone know what's the dead with this please help. ...
Lem's user avatar
0 votes
1 answer
37 views

In my flutter application I've created a http server using dart io. I'm uploading file from web frontend using formdata using fetch api call. On the server side(flutter) how to get uploaded file?
Sivamani V's user avatar
-1 votes
1 answer
52 views

I can GET my html to render, but the console throws a SyntaxError: Uncaught SyntaxError: Unexpected token '<' (at index.js:1:1) The contents of my index.js file are: console.log('javascript loaded')...
emarg's user avatar
0 votes
1 answer
98 views

I am trying to write a HTTP server in C. My code: Supports the connection of a client to a server Allows the server to read the HTTP request sent by the client. Parses the start line of the HTTP ...
Palaash Goel's user avatar
1 vote
1 answer
2k views

I have a problem. I need to build my angular application. I don’t mean just to start it. I mean to build it with ng build (in production) and then to start it to test it. It should be like a first ...
BurritoMan's user avatar
0 votes
1 answer
211 views

First, please refer to a similar but not exactly duplicate question. That question was solved by uninstalling a defective Windows update on Windows server, which is not my case at all (as I'm on ...
Jerry Dodge's user avatar
0 votes
0 answers
139 views

I am using angular 8 with ionic (mobile). I have problem when running the application, opened in chrome browser, in production mode, while there is no problem when opening in development mode. I ...
Eitan's user avatar
0 votes
0 answers
186 views

I'm tryin to create a multithreaded HTTP server in Python 3.10 using ThreadingHTTPServer. However, ThreadingHTTPServer doesn't seem to be working multithreadedly - each GET request waits for the ...
Serg's user avatar
1 vote
2 answers
106 views

I've created a simple TS project with the following file structure: dairyproducts.github.io/ ├── package.json ├── public/ │ ├── images/ │ ├── index.html ├── src/ │ └── index.ts ├── dist/ │ └── ...
dairy's user avatar

15 30 50 per page
1
2 3 4 5
87