Hi -
I'm setting up Issue Collector for two types of issues: Bugs & Feedback
In my html, I have it as:
<a href="https://{host}/rest/collectors/1.0/template/form/33f5c8cb" target="_blank">Report a bug</a><p>
and
<a href="{host}/rest/collectors/1.0/template/feedback/8b5500da" target="_blank">Provide feedback</a>
The first link for the Bug opens fine in a new tab in the browser to present the form, while the second for the Feedback throws this error:
This page isn’t working, If the problem continues, contact the site owner.
HTTP ERROR 405
Any idea how may I remedy this so folks can use the Provide feedback link to submit the form?
Thanks!