Not usable import of Postman Collections

If you import requests that start with a variable such as {{backendURL}}, which can have the following values, for example:

In my case, the variable {{backendURL}} itself consists of other variables, which may complicate the problem
(Example: {{backendURL}} = {{protocol}}{{stage}}{{domain}}{{port}}/)

You can turn this button on when importing


I saw that and tried it out. But it doesn’t work. (The imported requests dosn’t work.)

Thanks for your feedback, we have not reproduced this issue. Could you provide the version of Apidog you are using. And it would be helpful if you could provide your steps and screenshots.

even when removed “http://” (last screen) it dos not work.
grafik.png




VAPI_-_APIDog.postman_environment.json|x
VAPI_-_APIDog.postman_collection.json|x
grafik.png



VAPI_-_APIDog.postman_environment.json|x
VAPI_-_APIDog.postman_collection.json|x

Ah, Version - just udated :wink:

Importing the prefix URL of Mail carrier is a variable. When sending a request, the variable needs to be replaced with the actual value in order to run successfully
Perhaps you can store variables and their values in environment variables.

real examples:
1.
VehicleAPI_URL=https://vapi.{{namespace}}.{{cluster}}
namespace=va-static
cluster=my.secret.domain.earth
2.
VehicleAPI_URL=localhost:8700

http is the default if nothing is specified - as in the browser

The environment was included. Maybe I’m misunderstanding you. (4 x screen, 1 x environment, 1 x collection)

Thank you for your feedback. Is it convenient to provide the actual request at runtime?

The request should always be ‘assembled’ at execution time. So the variables/placeholders are replaced by those of the current environment, yes. Was that the question?

This may be the problem of your unsuccessful work. You need to check if the variable has been replaced with the correct value during the request. This is also the reason why I hope you can provide a screenshot of the actual request.

You don’t mean the 4th screenshot!?

VapiShaun


Ah, i understand. The content-type (json)was lost during ex-/import




during import!

Thank you for your feedback. Would it be convenient for you to provide me with your current file? Can you private message me?

I have already left an exemplary Postman collection here. Which file would you like exactly? :thinking:

Thanks for the feedback. I need you to provide me with the real file you imported. I need to locate and check the missing content on your side.

That’s difficult because it’s ‘political’ in approach. I have to ask around a bit first.