dduford01
dduford01
Oops sorry I meant to say on Newman I get a status code of 401 Unauthorized. I will try to get the collection, environment and global, but I believe everything...
I have a cookie with a auth code in it. I created this cookie with the Postman GUI. I manually replace the auth code in this cookie to refresh it....
Modified Example of cookie: WEB_UI_FORMS=FF3DA56936721EDC814D15F7F083C7B76DETG200D0CC6F3E310288AD685B43298267032C118CFF56ADBE27B64E8E7222C33FCB15A8CDD3514165F1AF68061EA962779F82FFB993614B0BB43F305AFE9DC321C3C8724D6BD2C3E7CA0C6F8DBDF0AE78A1C13035AD8374GH657FJ; path=/; domain=myDomain; HttpOnly; Expires=Tue, 19 Jan 2038 03:14:07 GMT;
Let me clarify. I am not extracting the access token from the cookie. I manually put the access token in the cookie, and the cookie should be passed for authentication....
@prakharjoshi This does clear up the reason for my tests failing in Newman run, since the auth is passed in the cookie and since Newman does not pass cookies. Thanks...
I have been checking on this every once in a while and it has been saying 'Feature Request' since I put in this issue. I don't think it is going...