Matrix JSON
Intermediary for using webhook for testing in localhost applicationid webhook
This application has two routes:
- / - This explanation page.
- /matrix - Returns a JSON with the URL parameters.
Exemplo: /matrix?redirectUrl=127.0.0.1%3A8000%2Fcallback&nome=Joao&idade=30 retornarĂ¡:
{
"nome": "Joao",
"idade": "30"
}