You are programming a simple distributed chat program for use on your company's Local Area Network (LAN). The chat program communicates with other clients through an HttpListener object using standard Hypertext Transfer Protocol (HTTP) commands. To help secure the chat messages from eavesdropping, your chat program uses an encrypted HTTP connection listening on port 31313.
Based on the scenario above, which Uniform Resource Identifier (URI) prefix string do you add to allow HttpListener to receive messages from other chat clients?
Choice 1
https://+:31313/
Choice 2
https://31313:80/
Choice 3
http://chat:80/31313
Choice 4
https://all:31313
Choice 5
http://*:31313