ngtcp2 icon indicating copy to clipboard operation
ngtcp2 copied to clipboard

Receiving index.html text but not the other resource files

Open NooshinEghbal opened this issue 3 years ago • 1 comments

Hello,

I used the following commands to run the HTTP server and client:

./server --htdocs=/home/nooshin/Desktop/webroot-test 127.0.0.1 4444 ../ci/cert/server.key ../ci/cert/server.crt ./client 127.0.0.1 4444 https://127.0.0.1:4444

There was an index.html in the root directory (i.e. webroot-test). So, the client received the index.html text but not the image file required for loading the page: [ Screenshot from 2022-06-27 23-55-14

NooshinEghbal avatar Jun 27 '22 22:06 NooshinEghbal

examples/client only accesses the provided URIs. It does not parse html and get assets.

tatsuhiro-t avatar Jul 03 '22 06:07 tatsuhiro-t

hi! How can I read the received file when the client sends it to the server? where is it?

aquarter147 avatar Dec 14 '22 10:12 aquarter147

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Aug 09 '23 02:08 github-actions[bot]