Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 744 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 744 Bytes

Fake news generator

Serves HTTPS on port 8443. Generate a self-signed certificate with:

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes

TODO

  • Add endpoints for semi-invalid responses
    • RSS response but with Atom header and vice versa
    • RSS response but with HTML header
  • Add endpoints for invalid responses
    • HTML (error page or whatever) returned as RSS
    • Malformed XML
  • Support Atom 1.0
  • Weird redirects
  • http -> https and vice versa
  • Responses with wrong/unexpected status codes