Url is wrong in new error emails
RobinClowers
Posted on
Nov 18 2015
In our crash reporting emails, under the request section, the url is malformed. It looks like: http://localhosthttp://localhost:7001/myapp
Daniel
Posted on
Nov 18 2015
Hey Robin,
It appears that your client is sending the hostname through on the URL property on the request data. The URL should only contain the path.
Eg it's sending
"url": "http://localhost:7001/api/extraurlbits" - to match the Raygun API spec the hostname needs to be removed.
Hope this helps
Regards, Daniel
RobinClowers
Posted on
Nov 19 2015
Ok, thanks for the response. I wasn't sure because I didn't see that url anywhere in the web UI.