Skip to content

Commit f38d6af

Browse files
author
Matthias Kraus
committed
Add Opt-In http discovery as fallback for testing setups
1 parent 87ad6c5 commit f38d6af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎IETF-RFC.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,9 @@ Step 4: If not, try a HTTP GET with `https://<fqdn>/ocm-provider` as
516516
the URL instead.
517517
Step 5: If that results in a valid HTTP response with a valid JSON
518518
response body within reasonable time, go to step 7.
519-
Step 6: If not, fail.
519+
Step 6: If not, fail. Implementations MAY fallback to `http` instead
520+
`https` in testing setups and retry steps 2-5 using `http`. This SHOULD
521+
only be allowed as Opt-In.
520522
Step 7: The JSON response body is the data that was discovered.
521523

522524
## Fields

0 commit comments

Comments
 (0)