javascript - Advanced Rest Client VS browser -
the advanced rest client (chrome) works executing api call; when use jquery's post method error:
request header field invoke-control not allowed access-control-allow-headers
even in response headers in advanced rest client not see header in response.
response headers:
access-control-allow-headers: origin, x-requested-with, content-type, accept, netepay-password,user-trace,cancel-any-pending-trans, ancillary-method
why work in chrome advanced rest client; give error when using js? response headers optional when not using browser?
i cannot share code due nda; possible browser sandbox respects response headers; advanced rest client not?
Comments
Post a Comment