Guru Guru
I call the corporate application's REST APIs that remain nameless and they return JSON, for example the following:
throw 'allowIllegalResourceCall is false.';
{
"data": ... loads of valid JSON stuff here ...
}
Is this really JSON? If (as I suspect) this is not the case, are there any good reasons for these types of fraud?
The answer I received from the application provider is that this is done for security purposes, but I'm struggling to figure out how this improves security, if at all.
Thanks in advance!
Peter
Peter source
share