Forum
Please or Register to create posts and topics.

Can't connect localhost:54664

Why I cannot connect the web browser http://localhost:54664 while I use the HTTP Server block and HTTP Client block?

 

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.

Sofon has reacted to this post.
Sofon