Guest User

Untitled

a guest
Jan 18th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $response = Drupal::httpClient()->post(
  2. 'http://api.swappr.localhost/user/login?_format=hal_json',
  3. ['name' => 'logintest2@gmail.com', 'pass' => 'password']
  4. );
  5.  
  6. cURL error 28: Operation timed out after 30001 milliseconds with 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Add Comment
Please, Sign In to add comment