is it possible to use OData in V17 with authentification set to database with Windows authentification? I try to get HTTP request with DefaultCredentials from Windows, but Always get error "not authorized". Same if I use new NetworkCredential(username, password, domain) but it works with new NetworkCredential(username, password) Domain is probably not a part of Basic authentification.

asked 04 May '20, 11:28

Miro%20Marek's gravatar image

Miro Marek
1214512
accept rate: 0%


Sorry, at this time the OData server only support basic authentication. NetworkCredential cannot be supplied.

permanent link

answered 04 May '20, 13:11

PhilippeBertrand%20_SAP_'s gravatar image

PhilippeBert...
1.8k42139
accept rate: 22%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×16

question asked: 04 May '20, 11:28

question was seen: 774 times

last updated: 04 May '20, 13:11