The API Specification golden path requires a parameter value representing the Microcks service URL to which a new mock API instance should be applied. The value is a free-form string, but would be better as a drop-down list which is dynamically populated with valid URLs. Limiting the possible user-provided values to only valid service URLs will make the template more secure and less error-prone.
The API Specification golden path requires a parameter value representing the Microcks service URL to which a new mock API instance should be applied. The value is a free-form string, but would be better as a drop-down list which is dynamically populated with valid URLs. Limiting the possible user-provided values to only valid service URLs will make the template more secure and less error-prone.
Implementation notes: