Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update io.macadmins.asset.exampledaemon.json #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

natewalck
Copy link
Member

@natewalck natewalck commented Jun 19, 2024

ddm expects a content-type of application/xml or application/plist. It will fail if it is not set correctly on your webserver.

You can check this with the following command:

curl -D - $PLIST_URL 

Which will return something similar to this:

HTTP/2 200
accept-ranges: bytes
content-type: application/xml; charset=utf-8
date: Wed, 19 Jun 2024 20:39:29 GMT
last-modified: Wed, 12 Jun 2024 00:12:13 GMT
content-length: 445

ddm expects application/xml as the data type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant