You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a url for my rest api that is structured like this:
https://[fqdn]/[servicename]/Service2.svc/[interfacegroup]/[interface]/?operation=MonitorID¶mater=5
The issue is that when I setup swaggerui it does not see the [servicename] and brings up the addresses like this in the request url section
https://[fqdn]/Service2.svc/[interfacegroup]/[interface]/?operation=MonitorID¶mater=5
We have found a work around using IIS but just wanted to report this. Also I have found that something similar happens with the [interfacegroup] I get 2 interface instances for each interface.
one like this:
https://[fqdn]/Service2.svc/[interface]/?operation=MonitorID¶mater=5
and one like this
https://[fqdn]/Service2.svc/[interfacegroup]/[interface]/?operation=MonitorID¶mater=5
If I specify the [interfacegroup] with swaggerwcppath.
Thank you.
The text was updated successfully, but these errors were encountered:
I have a url for my rest api that is structured like this:
https://[fqdn]/[servicename]/Service2.svc/[interfacegroup]/[interface]/?operation=MonitorID¶mater=5
The issue is that when I setup swaggerui it does not see the [servicename] and brings up the addresses like this in the request url section
https://[fqdn]/Service2.svc/[interfacegroup]/[interface]/?operation=MonitorID¶mater=5
We have found a work around using IIS but just wanted to report this. Also I have found that something similar happens with the [interfacegroup] I get 2 interface instances for each interface.
one like this:
https://[fqdn]/Service2.svc/[interface]/?operation=MonitorID¶mater=5
and one like this
https://[fqdn]/Service2.svc/[interfacegroup]/[interface]/?operation=MonitorID¶mater=5
If I specify the [interfacegroup] with swaggerwcppath.
Thank you.
The text was updated successfully, but these errors were encountered: