• Not getting any output using python, but using Postman i am getting the output

    Calling a Dell one web service,

    Using POSTMAN, first i used POST to get the session ID, second GET to get the output response.

    In POSTMAN,

    1) POST:

    import requests
    url = "">192.168.**.*/.../apphost"
    payload = "{\"authString\":\"Module…
  • How to use OAuth 2.0 with Application Server via RESTful API

    Hi,

    Currently we have an application that communicates with the 1IM system via the RESTful API provided by the application server. This communication is currently done via the RoleBasedEmployee Authentication Module. 

    We are looking into changing this…