https://nonlive.myDomain.org/
the imported requests cannot be used. Or I could not find out how to perform the import ‘correctly’.
In my case, the variable {{backendURL}} itself consists of other variables, which may complicate the problem
(Example: {{backendURL}} = {{protocol}}{{stage}}{{domain}}{{port}}/)
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.
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.
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.