how to send/Post json data from public network to private network in Codeignitor framework?

25 Views Asked by At

how to send/Post json data from public network to private network in Codeignitor framework ? i I want to post json data from Public network to private network using php (codeignitor Framework). while form submitting, based on condition while closing request, i needed this requirement. using php CURL method, from Public network as : https://medha.co.in/rewamp_service/index.php/rfq/rfq_compare_multi to Private network as : http://192.168.132.12/rewamp/index.php/rfq/getPublicData and I need return response from private network.

0

There are 0 best solutions below