我正在使用CentOS 6.5,当我提供以下命令时,curl工作正常并且它返回一个正确的输出: curl --data" atoken = 0564af8vabe91f2d1a82fb1j375345733e35b707" http://www.mywebsite.com/something.json
但是,我在本地机器上需要相同的东西。在这种情况下,它不起作用:
curl --data" atoken = 0564af8vabe91f2d1a82fb1j375345733e35b707" http://localhost/something.json
它会产生错误和输出,如:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Action Controller: Exception caught</title>
<style>
body {...
请帮忙。 另外,我如何获得localhost的atoken?
答案 0 :(得分:0)
Curl正在运行......什么不起作用的是JSON服务。它期待数据无法获取,或者它未在localhost上正确配置。