How to get access to requirements from DOORS NG?
![]() Hello,
I have a problem to get requirements from DOORS NG with OSLC.
I'm developing an application where I send HttpRequests to navigate through the tree (Service catalogue -> Service provider -> Service -> Selection ui). After selecting a requirement in selection ui I pressed OK and instead of getting any useful response an error occurs: "Failed to load resource: the server responded with a status of 401 (Unauthorized)".
I also tried to use the query capability to get these requirements of a specific folder but I also get an error: "500 internal server error".
So, I am a little bit confused. Someone told me it might be the user rights.
Could you please help me?
Thanks in advance.
|
3 answers
![]() Hello Chris.
I know that it's being a long time, but now I am also trying to communicate to DoorsNG from C#. I also encounter the exception 401, and making test with Postman I've noticed that the only way to get the authentication is by receiving a cookie after a 401 http failed response. Do you know some new information about it?
Thanks in advance.
|