我是 scraping mysql 教程网站示例数据库表通过隐藏 api
i am scraping mysqltutorial website sample dabase tables via hidden api
我想抓取这个网站 https://www.mysqltutorial.org/tryit/
,我想在其中通过隐藏 api 抓取示例数据库表。
https://www.mysqltutorial.org/tryit/json.php
这是图片:
表单数据为:
command: SELECT * FROM customers;
我首先通过 Post 方法在邮递员 api 测试中尝试它,它给了我 500 个内部服务器错误。
我不知道是什么错误。
这是邮递员的照片。
我想抓取这个网站 https://www.mysqltutorial.org/tryit/
,我想在其中通过隐藏 api 抓取示例数据库表。
https://www.mysqltutorial.org/tryit/json.php
这是图片:
表单数据为:
command: SELECT * FROM customers;
我首先通过 Post 方法在邮递员 api 测试中尝试它,它给了我 500 个内部服务器错误。
我不知道是什么错误。
这是邮递员的照片。