memdocs icon indicating copy to clipboard operation
memdocs copied to clipboard

Does adminservice support ajax? Or is there any way to use GET by other script, besides powershell?

Open IvyMS1990 opened this issue 2 years ago • 0 comments

[Enter feedback here] According to this doc, "A third-party tool to send HTTPS GET or PUT requests to the web service". I can 'GET' by tool, fiddler. However, if I use javascript to 'GET' within developed web page, it has below issues. May I know if adminservice support ajax.get?

  • Use Ajax to get from admin service. If use datatype: json, there is CORS error. How to bypass this error?
  • If use datatype:jsonp to pass cross domain, adminservice return 400.

May I know if adminservice support ajax? Or is there any way to use GET by other script, besides powershell?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

IvyMS1990 avatar Jul 21 '22 12:07 IvyMS1990