Skip to content

Testing

Lipis edited this page Sep 19, 2016 · 1 revision

Every app has it's own environmental variables that are exposed under /test/

Faking the Agents

Every URL is supporting an extra argument agent that can take any of the following values or the full string of the user agent:

  • ipad
  • iphone
  • osx
  • android
  • windows
  • linux
  • lumia
  • nexus7
  • electron
  • googlebot

Example: account.wire.com/verify/?success&agent=windows

Clone this wiki locally