Closed james-rae closed 7 years ago
Attempting to register this service results in error (url shortened for nice readin')
{"msg": "Problem communicating with service endpoint <above url> content-type"}
Error comes from the get_endpoint_type function in universal.py
get_endpoint_type
universal.py
Initial thought is that this request call needs the proxy parameter that most other request.get() calls have.
request.get()
duplicate #73
Attempting to register this service results in error (url shortened for nice readin')
{"msg": "Problem communicating with service endpoint <above url> content-type"}
Error comes from the
get_endpoint_type
function inuniversal.py
Initial thought is that this request call needs the proxy parameter that most other
request.get()
calls have.