tags:

views:

5

answers:

0

Hi,

I am using an Httplistener class for receiving incoming http and https requests.

I changed the url prefixes on the fly i.e. I initially had setup http://+/link/ and https://+/link as the URL prefix. I then added https://+:8081/link/ as another prefix but received no response when i sent a request on this url.

Am I doing something wrong?

I even tried to stop and start the listener in the code after adding a new prefix but this still does not work?

Is https://+:8081/link valid?

Please advice.

Thanks,

Subbu