Hotpads 导致 Post 回调 PHP

Hotpads Lead Post Callback with PHP

我正在尝试为热板创建潜在客户 post 回调。

documentation 中,它表示应该 return HTTP 响应。这是否意味着它应该只是推动类似的东西:

header("Location: URL", TRUE, 200);

我想通了, 在 PHP 中应该是这样的: header("HTTP/1.1 " . 200 . "成功!");