> For the complete documentation index, see [llms.txt](https://gitbook-88.gitbook.io/ctf-writeup/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook-88.gitbook.io/ctf-writeup/ba-chang/ctfhub/qing-qiu-fang-shi.md).

# 请求方式

HTTP Method 是可以自定义的，并且区分大小写。用命令行用CTFHUB获得flag。

* -v: 参数输出通信的整个过程，用于调试。
* -X: 参数指定 HTTP 请求的代理。

```
$ curl -v -X http://challenge-afcc343a049a3ab4.sandbox.ctfhub.com:10080/index.php
```
