POST ME!

Webページへのリンクが与えられた。
また、ソースコードが提示されており、以下のリクエストを送れば良さそうであることが読み取れた。

ページを読み込むリクエストに対しFirefoxの開発者ツールで以下の変更を加えて「編集して再送信」することで、flagの前半部分が得られた。

また、Firefoxの開発者ツールでページを読み込むリクエストのメソッドを DELETE に「編集して再送信」することで、flagの後半部分が得られた。

A link to a web page was given.
Also a source code was given and it suggested that we should send these requests:

Based on a request to load the page, I made these changes with the Developer Tool on Firefox and performed "Edit and Resend", obtaining the former part of the flag.

Also I obtained the latter part of the flag by using "Edit and Resend" to change the method to DELETE with the Developer Tool on Firefox.

CPCTF{POST_AND_DELETE_MASTER}

CPCTF22