Thank you for your help.
I built a BotService that uses QnaMaker on Azure and downloaded the bot source code.
I am developing on an internal network that has an authentication proxy that requires a user ID and password.
When accessing QnaMaker, 407 (Proxy Authentication Required) results in an error.
Does QnaMaker support authentication proxy?
If you don't support authentication proxy, can you tell me if there is a URL to allow?
If it was through a proxy that does not require authentication, access was successful.
Also, in the local execution, it is accessed via IISExpress in the debug execution of VS2017,
It seems to depend on IE proxy settings. Even if it is specified with the proxy tag of web.config or machine.config
Did it not apply, is there a cause for this?