schneidmaster / gitreports.com

Git Reports is a free service that lets you set up a stable URL for anonymous users to submit bugs and other Issues to your GitHub repositories.
MIT License
134 stars 26 forks source link

Enable POST for pre-filling the form #111

Open gallandarakhneorg opened 7 years ago

gallandarakhneorg commented 7 years ago

It is possible to pre-fill the report form with the GET method by passing "?=" in the URL.

If would like to open my web browser on GitReports from my Eclipse product with a pre-filled issue description. Unfortunately, this description is too large to be passed with the GET method.

Is is possible to enable POST data support?