Set HTTP headers with WWW-Mechanize

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • httpbin

    HTTP Request & Response Service, written in Python + Flask.

  • use strict; use warnings; use feature 'say'; use WWW::Mechanize; my $url = 'https://httpbin.org/headers'; my $mech = WWW::Mechanize->new; $mech->add_header("User-Agent" => "Internet Explorer/6.0"); $mech->add_header("api-key" => "Some API key"); $mech->get( $url ); #say $mech->status; #say '---'; #say $mech->dump_headers; #say '---'; say $mech->content;

  • libcurl

    A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

  • I also tried curl:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Simple HTTP GET requests using Ruby

    2 projects | dev.to | 12 Dec 2022
  • Simple HTTP server using C++

    1 project | /r/Cplusplus | 29 May 2023
  • How to Find Bottlenecks in MongoDB: Profiling and Load Testing Strategies with JMeter

    3 projects | dev.to | 22 May 2023
  • pyaction 4.30.0 Released

    1 project | dev.to | 17 May 2024
  • How to protect API Keys in React projects using Gateweaver

    2 projects | dev.to | 28 Apr 2024