4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 2
23 results tagged http x
  • thumbnail
    GitHub - reorx/httpstat: curl statistics made simple
    8 décembre 2019 à 10:49:17 UTC+1 - permalink - archive.org - https://github.com/reorx/httpstat
    curl http stat
  • thumbnail
    GitHub - wg/wrk: Modern HTTP benchmarking tool

    Du benchmark simple avec :

    • scripts lua pour faire des choses plus avancées
    • la possibilité de jouer le bench pendant x minutes (ce qu'il me fallait et qu'ab n'avait pas)
    28 novembre 2019 à 10:32:21 UTC+1 - permalink - archive.org - https://github.com/wg/wrk
    benchmark http
  • thumbnail
    Prometheus adds default http port to the Host header when querying targets. · Issue #2226 · prometheus/prometheus

    prometheus uses header host with value = $host:$port ...

    24 mars 2019 à 18:01:13 UTC+1 - permalink - archive.org - https://github.com/prometheus/prometheus/issues/2226
    http prometheus scrape
  • Note: python SimpleHTTPServer

    python -m SimpleHTTPServer 8000

    python -m http.server 8000

    28 novembre 2017 à 11:56:32 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?rAuVpg
    http python
  • thumbnail
    tsenart/vegeta: HTTP load testing tool and library. It's over 9000!

    via jesaisplusqui

    31 mai 2017 à 16:43:34 UTC+2 - permalink - archive.org - https://github.com/tsenart/vegeta
    bench http load
  • Utiliser la balise meta viewport pour contrôler la mise en page sur les navigateurs mobiles - Mozilla | MDN

    <meta name="viewport" content="width=device-width, user-scalable=no">

    29 mai 2017 à 11:49:53 UTC+2 - permalink - archive.org - https://developer.mozilla.org/fr/docs/Mozilla/Mobile/Balise_meta_viewport
    http meta mobile web
  • thumbnail
    Choosing an HTTP Status Code — Stop Making It Hard | Racksburg
    8 décembre 2015 à 15:59:39 UTC+1 - permalink - archive.org - http://racksburg.com/choosing-an-http-status-code/
    code http
  • thumbnail
    http2/h2i at master · bradfitz/http2
    16 octobre 2015 à 14:52:05 UTC+2 - permalink - archive.org - https://github.com/bradfitz/http2/tree/master/h2i
    http http2
  • httpbin(1): HTTP Client Testing Service

    Peut etre utile

    • https://github.com/vcr/vcr
    • https://github.com/kevin1024/vcrpy
    12 juin 2015 à 17:28:19 UTC+2 - permalink - archive.org - http://httpbin.org/
    api http service test
  • thumbnail
    Hubot

    Bien! Le hubot peut écouter en http, on peut donc intéragir assez simplement avec lui depuis un autre programme avec curl par exemple :)

    https://github.com/github/hubot/blob/master/docs/scripting.md#http-listener
    https://github.com/nandub/hubot-irc
    https://gist.github.com/oremj/3702073

    5 août 2014 à 11:55:42 UTC+2 - permalink - archive.org - https://github.com/github/hubot/tree/master/docs
    bot http hubot irc
  • Apache force https

    Petit pense bête :

    <VirtualHost :80>
    RewriteEngine on
    RewriteCond %{HTTPS} off
    RewriteRule (.
    ) https://%{HTTP_HOST}%{REQUEST_URI}
    </VirtualHost>

    ou

    <VirtualHost *:80>
    ServerName mon.domaine.fr
    Redirect / https://mon.domainefr/
    </VirtualHost>

    1 juillet 2014 à 12:12:40 UTC+2 - permalink - archive.org - https://links.infomee.fr/?UgoQhQ
    apache http https
  • Comment fonctionne HTTP ? | Sam & Max: Python, Django, Git et du cul

    http en mode explain me like i'm 5
    très bon article !

    20 juin 2014 à 16:12:00 UTC+2 - permalink - archive.org - http://sametmax.com/comment-fonctionne-http/
    http
  • Module ngx_http_core_module

    Petite chose à savoir côté conf nginx : chaque header appartenant à la requête est disponible sous la forme d'une variable portant le nom : $http_name

    avec "name" = le nom du header en remplaçant les "-" par des "_" et le tout en minuscule, ouf.

    Exemple : X-Header-De-la-mort devient : $http_x_header_de_la_mort

    Utile pour introduire de la logique conditionnelle sur ces headers :)

    19 juin 2014 à 11:13:08 UTC+2 - permalink - archive.org - http://nginx.org/en/docs/http/ngx_http_core_module.html
    header http nginx
  • thumbnail
    github.com/buger/gor

    Un outil de capture de trafic HTTP qui peut le rejouer en direct ou bien le dumper dans un fichier pour le rejouer plus tard.

    9 avril 2014 à 11:34:55 UTC+2 - permalink - archive.org - https://github.com/buger/gor
    capture dump http sys trafic
  • thumbnail
    Why we don't use a CDN: A story about SPDY and SSL

    Bon article sur quelques subtilités ssl

    via Skunnyk

    21 février 2014 à 09:52:11 UTC+1 - permalink - archive.org - https://thethemefoundry.com/blog/why-we-dont-use-a-cdn-spdy-ssl/
    bench http https nginx ssl
  • Analyse du load de page

    http://www.webpagetest.org/

    Sympa la découpe : DNS Lookup / Initial Connection (RTT) / SSL nego / TTFB

    21 février 2014 à 09:50:49 UTC+1 - permalink - archive.org - http://infomee.fr/vrac/waterfall.png
    analyse graph http https tools
  • github.com/nemasu/asmttpd

    :o

    3 février 2014 à 13:01:52 UTC+1 - permalink - archive.org - https://github.com/nemasu/asmttpd
    assembleur http server
  • JoeBlog Siege Home

    iege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stand up to load on the internet. Siege supports basic authentication, cookies, HTTP and HTTPS protocols. It lets its user hit a web server with a configurable number of simulated web browsers. Those browsers place the server “under siege.”

    via arnaudb

    29 janvier 2014 à 14:09:17 UTC+1 - permalink - archive.org - http://www.joedog.org/siege-home/
    bench http load qa siege test
  • Blog Stéphane Bortzmeyer: Utiliser l'Autorité de Certification CAcert
    15 novembre 2012 à 17:51:40 UTC+1 - permalink - archive.org - http://www.bortzmeyer.org/cacert.html
    http https ssl
  • Fiddler : Monitorer le traffic HTTP | malekal's site
    8 septembre 2011 à 21:54:12 UTC+2 - permalink - archive.org - http://www.malekal.com/2011/03/04/fiddler-monitorer-le-traffic-http/
    http monitoring
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation