im trying to perform a posman request for authentating to the xprotect with windows user.
there is a place where i can see exactly how the request should look like?
i tried many examples but i getting errors.
im trying to perform a posman request for authentating to the xprotect with windows user.
there is a place where i can see exactly how the request should look like?
i tried many examples but i getting errors.
I am not sure whether you can do this in Postman. Maybe other users in the forum have direct experience.
What we recommend is to look at the Login .NET SOAP sample, how it does this..
There are some notes on authentication and authorization here:
Please note that the OAuth methods are very must recommended, which means using /ManagementServer/ServerCommandServiceOAuth.svc instead. Milestone will be deprecating /ManagementServer/ServerCommandService.svc in the future.