Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ColdFusion 10 与 PayPal 的服务器进行通信,对于某些请求,我需要执行CF10 不支持的HTTP PATCH 请求。
PayPal REST API 是否提供了一种替代方法来伪造PATCH 请求,例如附加?_HttpMethod=PATCH到请求 URI 或发送以X-HTTP-Method-Overridevalue命名的 HTTP 标头PATCH?
?_HttpMethod=PATCH
X-HTTP-Method-Override
PATCH
使用 PayPal REST API设置X-HTTP-Method-Override以 value命名的标头。PATCH