Skip to content

Instantly share code, notes, and snippets.

@ianaya89
Last active August 30, 2019 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianaya89/c875d549142fc87ecd14862a618f8c7e to your computer and use it in GitHub Desktop.
Save ianaya89/c875d549142fc87ecd14862a618f8c7e to your computer and use it in GitHub Desktop.

1 & 2

Request #1

POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=AIzaSyAYZP_ZzeDXyVSGn7_spG5Q3sAk5Mwauvo
"Content-Type": application/json; charset=utf-8

Request #2

POST https://us-central1-proper-base.cloudfunctions.net/sendResetPasswordEmail
"Content-Type": application/json; charset=UTF-8

Request #3

POST https://us-central1-proper-website.cloudfunctions.net/validateAccessCode
"Content-Type": application/json; charset=utf-8

Request #4

POST https://sentry.io/api/1460376/store/?sentry_key=b2f5887233bf49a9ab5a0c24ada45da7&sentry_version=7
"Content-Type": text/plain;charset=UTF-8

Except for the POST request made to Sentry service, all of them are using the same content type

3

Seems that none of them have prefilight, probably because all of them are consider "Simple Rquest" and the API's (backend) are using the Access-Control-Allow-Origin header

4

The main framework used is Vue.js

5

Link with Data Structures

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment