You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Donor Tools API
If you're using cURL (libcurl) with PHP and you're getting a timeout
when POSTing a new persona, donation or anything else to the API, the
reason is that the server is returning a "Connection: keep-alive"
header that is making libcurl to wait until the timeout hits before
closing.
To fix this, you need to send a "Connection: close" header with your
request. Then the server will return the proper "Connection: close"
header back and your timeout woes will go away.