tmp show headers

This commit is contained in:
moneroexamples 2016-08-20 18:43:05 +08:00
parent 45937e9fbe
commit 3c9e75835c
1 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,9 @@ int main(int ac, const char* av[]) {
CROW_ROUTE(app, "/block/<string>")
([&](const crow::request& req, string block_hash) {
for (const auto& m : req.headers)
cout << m.first << ": " << m.second << endl;
// there is some robot scanning everything
// on the explorer. I block it with this
if (!xmreg::does_header_has(req, "Accept", "q=.2, */*; q=.2").empty())