首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

Did not receive a '200 OK' response from remote server

2012-10-18 
Did not receive a 200 OK response from remote server.在使用codeigniter的xmlrpc调用时,会报错,请在c

Did not receive a '200 OK' response from remote server.

在使用codeigniter的xmlrpc调用时,会报错,请在config.php文件中做如下配置:

?

?

//注意:当base_url配置为localhost时,在使用xmlrpc时会出错:Did not receive a '200 OK' response from remote server.//$config['base_url']    = 'http://localhost/appbox/';$config['base_url']    = 'http://192.168.1.125/appbox/';

?

?

热点排行