Skip to content

Instantly share code, notes, and snippets.

View brian-schwartz-valtech's full-sized avatar

Brian Schwartz brian-schwartz-valtech

  • Valtech
  • New York, NY
View GitHub Profile
@brian-schwartz-valtech
brian-schwartz-valtech / Readme.markdown
Created February 11, 2022 15:50 — forked from mat/Readme.markdown
apple-app-site-association —with examples

“apple-app-site-association” file

One file for each domain, both www.example.com and example.com need separate files:

{
    "applinks": {
        "apps": [],
        "details": {
 "9JA89QQLNQ.com.apple.wwdc": {
@brian-schwartz-valtech
brian-schwartz-valtech / curl.md
Created July 15, 2020 18:33 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.