我正在调用AdaptivePaymentService.PaymentDetails()
以获取付款的付款详细信息,它抛出一个 ConnectionException 指示 404。为了调试问题,我下载了 AdaptivePayment SDK 的源代码以及 Core SDK 并逐步执行了代码,特别是, 就在HttpRequest
中执行的地方Paypal.HttpConnection.Execute()
。
似乎所有配置变量都从 web.config 中读取:
底层 httpRequest 中的地址看起来是正确的:
有效载荷看起来正确:
但是,会引发 WebException 并返回以下响应:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /cgi-bin/ppapi was not found on this server.</p>
<p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache Server at <a href="mailto:ppmtps@paypal.com">api.sandbox.paypal.com</a> Port 443</address>
</body></html>
任何帮助将不胜感激。