-
Hi I'm currently setting up an instance of Inventree. I'm able to make requests to the server.
But sadly the POST I'm looking forward does not work: The POST returns 200 and a list of existing parts. This on the instance I would like to use productively. Does anybody have an idea or suggestions what I could look out for to fix this issue? With regard to the system I'm using: Version Information:InvenTree-Version: 0.17.1 Database: postgresql Active plugins: [{'name': 'InvenTreeBarcode', 'slug': 'inventreebarcode', 'version': '2.1.0'}, {'name': 'InvenTreeCoreNotificationsPlugin', 'slug': 'inventreecorenotificationsplugin', 'version': '1.0.0'}, {'name': 'InvenTreeCurrencyExchange', 'slug': 'inventreecurrencyexchange', 'version': '1.0.0'}, {'name': 'InvenTreeLabel', 'slug': 'inventreelabel', 'version': '1.1.0'}, {'name': 'InvenTreeLabelMachine', 'slug': 'inventreelabelmachine', 'version': '1.0.0'}, {'name': 'InvenTreeLabelSheet', 'slug': 'inventreelabelsheet', 'version': '1.0.0'}, {'name': 'DigiKeyPlugin', 'slug': 'digikeyplugin', 'version': '1.0.0'}, {'name': 'LCSCPlugin', 'slug': 'lcscplugin', 'version': '1.0.0'}, {'name': 'MouserPlugin', 'slug': 'mouserplugin', 'version': '1.0.0'}, {'name': 'TMEPlugin', 'slug': 'tmeplugin', 'version': '1.0.0'}] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Sounds like you might have a WAF in between. Some of them rewrite requests; maybe look at differing response headers, they are often marked with info from the proxy provider. |
Beta Was this translation helpful? Give feedback.
Thanks for the previous response. After some checks on the server and what messages arrive. It showed that the application Bruno which has been used to test the API caused the issues. Simple tests with a Python script worked fine. Postman worked.