I'm trying to create a test REST API in Ivy version 7.1 like the below: then test it on Postman and get this response: Moreover, when I try to access the API by Chrome browser. First time attempt: Then cancel it and get this response: Then press F5 and I get this response: According to the last comment on this topic https://answers.axonivy.com/questions/1858/rest-service-security
So my question is that why I could access the API without the basic authorization on Postman? I also test with the same scenario in Ivy version 6.2 but I'm unable to access the API without the basic authorization. Thanks asked 26.06.2018 at 02:59 thminh |
It a Designer thing. Postman does not seem to show a Basic auth dialog. So the Designer will automatically sign you in as But you could specify pro-actively a user to log in with postman by setting secure auth headers: Another thing that could be confusing is the cookie store that knows the attached JSESSONID once you had a successfully authenticated session. You may clean it up manually to switch the user answered 26.06.2018 at 03:42 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 26.06.2018 at 02:59
Seen: 1,937 times
Last updated: 26.06.2018 at 04:07