Skip to content

Instantly share code, notes, and snippets.

@durka
Created July 21, 2017 23:24
Show Gist options
  • Save durka/cb262a6f424c31e5bc66cb2f36f84611 to your computer and use it in GitHub Desktop.
Save durka/cb262a6f424c31e5bc66cb2f36f84611 to your computer and use it in GitHub Desktop.
POST /webui/apps/sdcss application/x-www-form-urlencoded; charset=utf-8:
=> Error: No matching routes for POST /webui/apps/sdcss application/x-www-form-urlencoded; charset=utf-8.
=> Warning: Responding with 404 Not Found catcher.
=> Response succeeded.
GET /self_upgrade.html image/gif:
=> Error: No matching routes for GET /self_upgrade.html image/gif.
=> Warning: Responding with 404 Not Found catcher.
=> Response succeeded.
GET / image/gif:
=> Matched: GET /
=> Outcome: Success
=> Response succeeded.
Error: Bad incoming request: Bad URI: c:\boot.ini
=> Warning: Responding with 500 Internal Server Error catcher.
POST /samba/smbshr.pl:
=> => Response succeeded.
Error: No matching routes for POST /samba/smbshr.pl.
=> Warning: Responding with 404 Not Found catcher.
=> Response succeeded.
GET / image/gif:
POST /scripts/smbshr.pl:
=> Matched: GET /
=> Outcome: Success
=> Error: No matching routes for POST /scripts/smbshr.pl.
=> Warning: Responding with 404 Not Found catcher.
=> Response succeeded.
=> Response succeeded.
POST /scripts/samba/smbshr.pl:
=> Error: No matching routes for POST /scripts/samba/smbshr.pl.
=> Warning: Responding with 404 Not Found catcher.
=> Response succeeded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment