I have a separate servicestack project, acting like my api, where I would like to implement a profiler, but I'm a little confused about how to view profiler data.
My site, which is in another project, sends an api request, which means that I am not presented with the profiler data.
I followed these instructions https://github.com/ServiceStack/ServiceStack/wiki/Built-in-profiling , but how can I simulate a call from a website on an api so that I can see the profiler data?
Should I just log profiler data in a database?
source share