gobetween icon indicating copy to clipboard operation
gobetween copied to clipboard

Static list not supporting apps on IIS web site

Open xUrko opened this issue 5 years ago • 1 comments

I have set applications which run on IIS web site on the static list.

[servers.sample.discovery] kind = "static" static_list = [ "localhost/dap", "localhost/bap", ]

When I start gobetween app, I get the following error:

2020-06-15 14:56:13 [WARNI] (discovery/static): Cant parse localhost/dap 2020-06-15 14:56:13 [WARNI] (discovery/static): Cant parse localhost/bap

Is there any way how to add such apps on the list?

BR, Uroš

xUrko avatar Jun 15 '20 20:06 xUrko

static_list should contain entries in the "host:port" format. I'm not sure what you tried to accomplish adding "/dap" and "/bap" there, but this seems incorrect.

yyyar avatar Jun 17 '20 06:06 yyyar