Hi,
I'm getting issue for last couple of days with Postman and Restful.
Normally it was working fine for long time, I was able to execute GET and POST with url http://server:6405/biprws/logon/long. I was able to retrieve token and so one... but now I getting only:
<html>
<head>
<script src="script.js"></script>
</head>
<body>
<img src="icons/ico.png" style="display: none;">
</body>
</html>
Whatever I do I'm getting only such thing. Even if I use wrong url it gives no error, only code above.
I have some scripts in powershell that are using restful sdk and those are working fine, but I was using Postman in dev process as well to make my life easier
any ideas?
Many thanks