i making post call api modifies request headers/request cookies before returns response. inside request headers/cookies inserts cookie value need in order maintain session.
so need access modified request header after response api.
i'm using angular $http , tried setting interceptor still can't seem figure out. original request headers.
unfortunately don't have access modify api return of info in response instead of returning in request.
Comments
Post a Comment