Hello,
I'm creating a Custom Connector and can't seem to get the final "/" on the query URL.
Scenario:
- Going to...
http://myCompany.com/path/to/api/<AssetID>
...returns JSON as expected - I pasted this URL into Request "Import From Sample". It shows as...
http://myCompany.com/path/to/api/
...with AssetID showing under "Query". - When testing, the URL is transformed to...
https://msmanaged-na.azure-apim.net/apim/connectorName.big.long/string/path/to/api?<AssetID>=stringHere
- NOTICE: There is no "/" between "/api" and "?".
- I'm getting a 404 error and I think it has to do with this. How do I add a "/" here?
Thank you!

Report
All responses (
Answers (