Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Binding URI

Listen on IP addresses

Deployed URI for the clients

Note

/MyService

127.0.0.1 192.168.1.1 192.168.0.1

http://192.168.1.1:8080/MyService

Should we allow more than one deployed URI?

http://localhost:8080/MyService

127.0.0.1

http://localhost:8080/MyService

The service can only be accessed locally

http://127.0.01:8080/MyService

127.0.0.1

http://127.0.01:8080/MyService

The service can only be accessed locally

http://192.168.1.1:8080/MyService

192.168.1.1

http://192.168.1.1:8080/MyService

The service can only be accessed from the ethernet interface

http://host1:8080/MyService

http://host1:8080/MyService

192.168.1.1

http://host1:8080/MyService

The service can only be accessed from the ethernet interface

http://192.168.0.1:8080/MyService http://

192.168.0.1

:8080/MyServiceImage Removed

192.168.0.1

http://192.168.0.1:8080/MyService

The service can only be accessed from the wireless interface

http://host2:8080/MyService

http://host2:8080/MyService

192.168.0.1

http://host2:8080/MyService

The service can only be accessed from the wireless interface

http://0.0.0.0:8080/MyServichttp://0.0.0.0:8080/MyService

127.0.0.1 192.168.1.1 192.168.0.1

http://192.168.1.1:8080/MyService

Should we allow more than one deployed URI?