You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly test JSON responses and fix wrong JSON string
- Parse JSON response instead of searching for a substring.
- Decode 'X-Broker-Api-Originating-Identity' header value and check
contained 'user_id' instead of comparing two base64 encoded strings.
- Add missing '}' to JSON string.
0 commit comments