Skip to main content

Network

browser request to back end services

  • cookies

  • cors

  • secruity addon/mechanism most modern browsers have in order to protect against send requests to malicious/unknown backend servers. Allows your front end to be assigned to a parent in a sense. The client/child can only make contact with the parent(service) that cors has approved.

  • http headers