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
RestClient::request() adds a blank line between headers and request body if the method is GET, but this blank line is needed for other methods too, such as POST.