forwardemail / forwardemail/supertest
Request Domain from specific IP
Open
- Dominant language
- JavaScript
- Stars
- 14.4k
- Forks
- 782
- PR merge metrics
- No merged PRs in 30d
Description
We are using supertest to test the API of an app that serves multiple Domains.
Depending on the domain you request, you get different results.
I want to tell supertest to request send the request to a specific IP and Port and requesting the data from a given Domain.
e.g. Ask `127.0.0.1:3000` to serve `mydomain.com/api/test.json``
how would I do that?
Contributor guide
Assessment
This issue has not been assessed yet.