the mini profiler code is injected when the response content-type is HTML regardless off the type of the body. If the body is URL created with url-response it will be converted to a String. This breaks the url-response on actually returns the name of the file instead of the content.
the mini profiler code is injected when the response content-type is HTML regardless off the type of the body. If the body is URL created with
url-response
it will be converted to a String. This breaks the url-response on actually returns the name of the file instead of the content.