Skip to content

Instantly share code, notes, and snippets.

View EpicKiwi's full-sized avatar
🥝
Enjoying jucy fruits

EpicKiwi

🥝
Enjoying jucy fruits
View GitHub Profile
@EpicKiwi
EpicKiwi / README.md
Created January 15, 2022 17:40
Nginx configuration for couchapp proxying with pretty urls

Couchapp NGINX config

Small nginx configuration in front of couchdb

Features

  • Url rewriting for pretty website hierarchy
  • Basic authentication on private databases

URL rewriting

@EpicKiwi
EpicKiwi / technic-platform-api.md
Last active May 15, 2019 18:33
Reverse engeneering of the Technic platform API

Technic platform API

This is an attempt of reverse engineer the Technic platform API with a simple Wireshark and an official laucher. This is a simple HTTP based API returning JSON.

Global parameters

URL parameter build is always required to perform a request. The value can be anything but it seems to be a build number of the lauche; maybe for tracking reasons. If this parameters is not present in URL query parameters, all requests will return 401 Unauthorized response.