Infrastructure Requirements for Fairways Debt Applications: URLs

Fairways Debt applications must be able to communicate within a single domain name, just by knowing the name of the application that they are trying to contact. This convention makes the user’s identity available in all applications, by storing and exposing a JSON web token (JWT) in an HTTP cookie. 

 

Fairways Debt applications must respect this URL convention: 

application.domain/suffix

 

Examples

Application

Domain

Suffix

  • debt 
  • market 
  • pricer 
  • administration 
  • calendar 
  • lim 
  • financeactive.eu 
  • ppd.financeactive.eu 
  • dev.financeactive.net 
  • hivedev.net 
  • apps.whitelabel.com 
  • none

Note: Finance Active prefers no suffix.

  • something 
  • something_else

 

Applications must be consistent across environments: only the domain may change.

Note: Avoid multiple names for the same application and different suffixes from one environment to another.

 

Example

  • Application name: sales
  • Domain name: financeactive.eu 
  • No suffix

Valid Production URL

Valid Dev URL

Invalid Dev URLs

https://sales.financeactive.eu

https://sales.hivedev.net

https://sales.hivedev.net/dev

https://sales-test.hivedev.net

 

Related Documentation
Was this article helpful?
0 out of 0 found this helpful