REST V2 connector
collection
in the JSON file matches the name of the app you are using. If the collection
does not match the name of the app, the request shows as successful, but the connector will not be listed under Indexing > Datasources.
406
error can indicate incorrect headers were used. If no errors are found, check the authentication details again to verify they are correct.
serviceURL
parameter of a recipe. The connector will find and collect all content using that URL unless the content is secured. Be sure to add additional levels of security for any content you do not want indexed.
idKey
value, which can cause missing documents when indexing. To avoid this, set the idKey
to self
instead of id
.
401
or 406
response401
response is received when sending a recipe to Fusion, check the headers for accuracy. For example, setting XML in the header (--header 'Content-Type: application/xml' \
) instead of JSON (--header 'Content-Type: application/json' \
) can return a 401
or 406
error. If JSON is entered correctly, check the authentication details.