我試圖寫一個joomla模塊,它將解析來自springer api的json數據。我有問題的方法「file_get_contents」和其他替代品。我的問題是:file_get_contents和捲曲不起作用,阻止tcp端口問題
Warning: file_get_contents(http://www.example.com) [function.file-get-contents]: failed to open stream: A socket operation was attempted to an unreachable network. in C:\wamp\www\modules\mod_springer\mod_springer.php on line 72
一些搜索後,我發現,這可能是因爲我公司的防火牆。有沒有辦法來解決這個問題,比如改變使用或使用其他方法的端口即時通訊,還是我卡在這裏?
注意:allow_url_fopen已啓用。即時通訊使用wamp。
由於提前,
伊斯梅爾
您是否使用代理服務器連接到互聯網的好運氣? – Gedrox
你真的使用xxx.com像你的警告說,或'api.springer.com'?如果你使用前者,那麼,很可能這個網站可能是你公司的黑名單^^ –
@Gedrox否,即時消息不使用代理 @jurgen不,我使用api.springer.com與他們提供的密鑰:) – ismailkuyu