Can't connect localhost:54664
Quote from Sofon on 15/03/2022, 14:32Why I cannot connect the web browser http://localhost:54664 while I use the HTTP Server block and HTTP Client block?
Why I cannot connect the web browser http://localhost:54664 while I use the HTTP Server block and HTTP Client block?
Quote from mm_dev on 15/03/2022, 15:37You need to specify the endpoint you want to access, so for example http://localhost:54664/sample
Available endpoints and parameters are listed in the documentation: https://v6-forum.aaronia.de/wp-content/uploads/asgarosforum/32/RTSA-http-Stream-Server-Endpoints-8.pdf
Please note that in your mission you seem to have two HTTP servers running on the same port which is an invalid configuration. If that setup is intentional you need to change one block to run on a different port.
You need to specify the endpoint you want to access, so for example http://localhost:54664/sample
Available endpoints and parameters are listed in the documentation: https://v6-forum.aaronia.de/wp-content/uploads/asgarosforum/32/RTSA-http-Stream-Server-Endpoints-8.pdf
Please note that in your mission you seem to have two HTTP servers running on the same port which is an invalid configuration. If that setup is intentional you need to change one block to run on a different port.