Skip to content

Instantly share code, notes, and snippets.

View romainbessugesmeusy's full-sized avatar

Romain Bessuges-Meusy romainbessugesmeusy

  • Campsi
  • Montpellier, FR
View GitHub Profile
POST /branddb/jsp/select.jsp HTTP/1.1
Host: www.wipo.int
Accept: application/json, text/javascript, */*; q=0.01
X-Requested-With: XMLHttpRequest
Accept-Encoding: gzip, deflate
Accept-Language: en-us
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Origin: http://www.wipo.int
Content-Length: 901
@jmervine
jmervine / 01_nginx.conf
Last active November 27, 2021 16:04
Nginx Based A/B testing.
worker_processes 1;
events {
worker_connections 1024;
}
http {
include /home/t/nginx/conf/mime.types;
default_type application/octet-stream;