paulhitz / DnB-REST-Client

Custom REST Client for D&B (Dun & Bradstreet) services.
https://github.com/paulhitz/DnB-REST-Client
MIT License
5 stars 5 forks source link

Authentication issues when certain cookies set #4

Closed paulhitz closed 9 years ago

paulhitz commented 9 years ago

When certain cookies are set, the authentication service will fail. These cookies are set quite frequently by an unrelated application. As a result, the tool often fails.

The cookies are... userid dnb_loginid *redirect

If possible, the tool should remove them so authentication succeeds.

paulhitz commented 9 years ago

The tool now deletes these cookies before making any request.