I want to send a post request to a url without waiting for the result. It is same as webhooks. If anyone knows how the webhooks in fb or payment gateways works then it would be very helpful.
Asked
Active
Viewed 268 times
0
-
You want to hit your own URL or some third party ? – Maaz Rehman Apr 21 '17 at 13:33
-
Third party url. – iit2011081 Apr 21 '17 at 13:36
-
Please refer to this post . http://stackoverflow.com/questions/14359926/send-http-request-from-php-without-waiting-for-response – Maaz Rehman Apr 21 '17 at 13:39
-
@MaazRehman have you used this one ? I am trying to use it but not getting appropriate result – iit2011081 Apr 21 '17 at 14:04