💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## http 跳转到 https - 要安装URL ReWrite扩展的IIS。 在 web.conf 中添加规则 ``` <rewrite> <rules> <rule name="xinxin" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" pattern="^OFF$" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="Permanent" /> </rule> </rules> </rewrite> ``` - 重启对用站点