ikaros-project / ikaros

An open infrastructure for system level brain modeling
GNU Affero General Public License v3.0
22 stars 23 forks source link

Socket does not accept PUT from cURL #184

Open ikaros-project opened 2 months ago

ikaros-project commented 2 months ago

Socket does not read a JSON body in some cases but works for the save command when sent from Safari.

ikaros-project commented 2 months ago

This now works for PUT from Safari or Python script using the requests library. It does not work with cURL or Postman. Since this is not our use case, changes this from bug to improvements.