79108918

Date: 2024-10-21 07:12:04
Score: 2.5
Natty:
Report link

You need to either provide the idScope on the @Path of the interface.

Or when it is a constant, in application.props:

idScope=${ID_SCOPE:123456}
quarkus.rest-client.dps-api.url=https://global.azure-devices-provisioning.net/${idScope}

Anyways, 404 indicates that your url is wrong.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Path
  • Low reputation (0.5):
Posted by: Serkan