1curl --config /path/to/config-file <url_here> where config-file has this format: 1-u username:password
Read More1- name: Download drush phar file (8.3.0) 2become: yes 3get_url: 4url: https://github.com/drush-ops/drush/releases/download/8.3.0/drush.phar 5dest: /usr/local/bin 6mode: +x 7checksum: sha256:ddfe6d529e44e98c2cf74c143c1fcdf67c927d6f9a5eb2ae10fbe47ef9b8eaf0 8group: root 9owner: root See get_url module in …
Read More1icasimpan@icasimpan.local:~$ curl -H "Accept-Encoding: gzip" -I -udemo:demo http://example.com 2HTTP/1.1 200 OK 3Date: Wed, 04 Oct 2017 15:25:48 GMT 4Server: Apache/2.4.18 (Ubuntu) 5X-Drupal-Cache: HIT 6Etag: "1507130489-1" 7Content-Language: en 8X-Frame-Options: SAMEORIGIN 9Link: </node/171>; …
Read More