Has anyone setup their proxy to change a target endpoint json response to a hal+json response? If so, could you share how you did it? We are trying to use this js library - https://github.com/byteclubfr/js-hal but are running into js include issues.
Solved! Go to Solution.
I implemented converting the target endpoint json response into a hal+json response by using a nodejs HostedTarget and using the hal-serializer library.