[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OpenEdge.Net.pl

  • Thread starter Thread starter Giancarlo Alberto Somma
  • Start date Start date
Status
Not open for further replies.
G

Giancarlo Alberto Somma

Guest
Hi Peter, resolved with these lines: // Create credentials oCredentials = new Credentials('some-domain', 'amministratore', '123456'). oRequest = RequestBuilder:Get(' obsv:5493/.../ClientDocuments') // Add credentials to the request :UsingBasicAuthentication(oCredentials) :Request. This work fine. Now I have to PUT data into. DO you have some suggestion to give me? Thx.

Continue reading...
 
Status
Not open for further replies.
Back
Top