๐Ÿ‡ฌ๐Ÿ‡ง
BOZON API
www.fintech.gov.pl
ENG
ENG
  • ๐ŸขBOZON API
  • ๐Ÿ“–MAIN ASSUMPTIONS
    • โœ…DATA ACCESSIBILITY
    • โœ…TYPES OF SERVICES PROVIDED THROUGH THE API
    • โœ…GENERAL COMMUNICATION DIAGRAM
  • โš™๏ธDATA STRUCTURE IN THE API
    • ๐ŸงพDATA STRUCTURE
    • ๐ŸงพDATA TYPES
    • ๐ŸงพDEFINITIONS AND DESCRIPTION OF JSON FILE PROPERTIES
    • ๐ŸงพPROCESS WORKFLOW OF THE LOP API SERVICE
  • ๐Ÿ”งTECHNICAL SPECIFICATION
    • ๐Ÿ“–TECHNICAL SETUP
    • ๐Ÿ“–NAMING CONVENTION
    • ๐Ÿ“–OPERATIONS
    • ๐Ÿ“–RESPONSE STATUSES
    • ๐Ÿ“–HTTP HEADINGS
    • ๐Ÿ“–FORMAT OF THE MESSAGE RECEIVED
  • ๐Ÿ”Security
    • ๐Ÿ”’HTTPS PROTOCOL
    • ๐Ÿ”’CROSS-ORIGIN RESOURCE SHARING
    • ๐Ÿ”’PROTECTION AGAINST MISUSE
Powered by GitBook
On this page
  1. Security

CROSS-ORIGIN RESOURCE SHARING

A security mechanism that uses additional HTTP headings to inform the browser whether it should make returned data available to the client.

PreviousHTTPS PROTOCOLNextPROTECTION AGAINST MISUSE

Last updated 1 year ago

Our servers decide if the client is a trusted party and thus set appropriate headings. Headings tell the browser if it may provide data to the entity that wants to obtain them.

If the server decides that a request to the API is not trusted, it will send the response to the browser, which, having analysed the headings from the response, will not display the data taken from the API.

๐Ÿ”
๐Ÿ”’
Page cover image