REST api header link href

Turns out it was there all along, but being rendered into an html tag during the output. I ended up using;

echo htmlspecialchars($response);

To get this to be displayed correctly on the page. Although I want to be checking against it in php, which I haven’t go to figuring out yet, it is nice to have found it working correctly. It was displayed in the html in the element inspector which I hadn’t thought to check ….whooops.