Not receiving response body

Hi Guys,

When arranging the Portal I have tried to get the “test” of an URL working but have failed so far.

Below is the effect I get:

The Authkey I’m passing works fine and even if I copy-paste the request URL in FireFox it works fine:

Do you have any ideas on how I can approach this issue or what could be the problem here?

Hi Eric,

This might have been caused by a CORS issue. Are you using an angular app (or some other Javascript framework) to send requests to that endpoint? If so, are you able to share the code you’re using?

Kind regards,
Jess @ Tyk

It’s JAVA.
Never heard of CORS but I enabled it and it works.

Thanks!!