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
Accessing the BC's lookup method is currently done using the HTTP GET method, but it should use POST requests for security reasons. Adjust the RestBridge to use HTTP POST and mark usage of the GET request as deprecated.
Accessing the BC's lookup method is currently done using the HTTP GET method, but it should use POST requests for security reasons. Adjust the RestBridge to use HTTP POST and mark usage of the GET request as deprecated.