AAB
6 years agoRegular Contributor
ReadyAPI: Answer is 200 but no response visible
Hello,
Is there someone who can explain me how I get a Response = 200 but no visible response please?
I can see the response in my webbrowser, why not in ReadyAPI? Is there a configuration that n...
- 6 years ago
Hi richie
Thanks for your answer. I found out what the problem was.
When you look at my screenshot you will see that my Endpoint contains " beId${#TestSuite#param_beid} ".
The first 'beId' is somethig that the Endpoint doesn't understand. Well actually, it doesn't find something like
"beId0cf26588-9baa-4a3d-b4bd-981ffbaac28e" so I actually needed to ommit the "beId" and pass the code like this:
https://pdc.dig.ta.belgium.be/api/pdc/concepts/schemes/${#TestSuite#param_beid}
Now it works.
Thanks for you time, Cheers!
AboveAndBeyond