动态设置主机名:端口

时间:2014-04-17 14:44:39

标签: signalr cors reverse-proxy arr

我的网页托管在IIS上,但我需要访问自托管API。 API的主机和端口将来可能会发生变化。你在哪里以及如何配置hostname:port?现在我把它硬编码(localhost:8080)像:

<!--Reference the autogenerated SignalR hub script. -->
<script src="http://localhost:8080/signalr/hubs"></script>
<!--Add script to update the page and send messages.-->
<script type="text/javascript">
    $(function () {
    //Set the hubs URL for the connection
        $.connection.hub.url = "http://localhost:8080/signalr";

0 个答案:

没有答案