file_get_contents does not work on port 8282
问题 I got the following basic script who make a basic POST request (I just want to make it work, after I'll add more stuff) : # Variables $URL = 'http://******:8282/api/incoming_shipment/'; $postdata = http_build_query( array( 'contract_id' => 'Showcare-R124276', 'shipment_from' => 'Montréal', 'shipment_to' => 'Chicago', 'shipping_time' => '2012-08-16 14:51:01', 'tracking_cie' => 'Poste Canada', 'tracking_type' => 'Standard', 'tracking_number' => 'EP645 9834 123 9773' ) ); $opts = array('http' =>