Maybe that's easy, but I cannot find any solution. I have an endpoint, which accepts POST requests with specific values and returns HTML. How should I properly do this request to show received HTML in browser?
In simple english, I'd like to have something like <a>
tag, but with specified http method, headers etc. used during clicking on it.