Home › Forums › Back End › HTTP Request › Reply To: HTTP Request
December 8, 2013 at 11:19 am
#157944
Participant
Look at PHP cURL. Either find a pre-defined library (there are some out there) that can act as a wrapper around cURL, or use the functions directly, depending on the complexity of your application.