Closed maximusunc closed 3 months ago
Describe the bug I get a 302 http error message when I send queries to http://chp.thayer.dartmouth.edu/query
To Reproduce Steps to reproduce the behavior:
curl -X 'POST' \ 'http://chp.thayer.dartmouth.edu/query' \ -H 'accept: */*' \ -H 'Content-Type: application/json' \ -d '{ "message": { "query_graph": { "nodes": { "n0": { "ids": null, "categories": [ "biolink:Gene" ], "constraints": [] }, "n1": { "ids": [ "UBERON:0009835" ], "categories": [ "biolink:GrossAnatomicalStructure" ], "constraints": [] } }, "edges": { "e0": { "predicates": [ "biolink:expressed_in" ], "relation": null, "subject": "n0", "object": "n1", "constraints": [] } } } } }'
Expected behavior I get a 200 response back with a valid TRAPI response
@maximusunc can you try rerunning this now? I believe the issue is resolved. Let me know if it is not on your end.
Describe the bug I get a 302 http error message when I send queries to http://chp.thayer.dartmouth.edu/query
To Reproduce Steps to reproduce the behavior:
Expected behavior I get a 200 response back with a valid TRAPI response