gpt4 book ai didi

php - Microsoft 推送通知服务 403 - 禁止 : Access is denied

转载 作者:可可西里 更新时间:2023-11-01 12:39:59 25 4
gpt4 key购买 nike

我正在尝试使用有效的 ssl 证书从我的 php 服务器发送安全的 Windows 推送通知,但我收到了这个错误:

403 - 禁止:访问被拒绝。

您无权使用您提供的凭据查看此目录或页面。

我将证书上传到 dev.windowsphone.com 和 HttpNotificationChannel,其中 serviceName 是证书中的我的通用名称。我从 HttpNotificationChannel 获得了 https uri,但是当我从服务器调用它时出现错误。有谁知道问题出在哪里?

当我从服务器调用不安全请求时,一切正常。

最佳答案

您需要允许访问 Apache 中的目录。假设您拥有服务器的 super 用户访问权限,并且我不知道您的服务器是如何设置的,但您需要像这样设置您的目录:

<Directory "C:/Your/Directory/With/No/Trailing/Slash">
Allow from all
Require all granted
</Directory>

关于php - Microsoft 推送通知服务 403 - 禁止 : Access is denied,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19182627/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com