Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 965 Bytes

url-parsing.md

File metadata and controls

19 lines (14 loc) · 965 Bytes

Query parameters parsing

Any time when the Outreach app loads an addon, it will set as iframe source an URL created out of:

That's how the resulting URL which Outreach will set as a source of iframe will be something like this:

    https://addon-host.com/something?locale=en&uid=a1234&opp.id=123456

When the add-on loading request comes, the add-on has to parse out of request query parameter values and based on them to return some of the next responses as described in url parsing section