-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
400 Bad request while trying transfer-01-negotiation sample #241
Comments
Thanks for your contribution 🔥 We will take a look asap 🚀 |
I guess you are on a Windows machine right? In that case switching to WSL should solve your issue because the window command line is not 100% supported. |
I am facing the error when I call the service from postman, not while executing a command line |
it's a server issue, not a client one, my question was about from where you are running the connector, not the client :) |
I run using the following command from terminal inside IntelliJ |
which os? |
Windows 10 |
so I already wrote the solution some comments ago ;) |
I tried with WSL and I am getting the same error, btw the other postman requests are working fine. |
please change the |
Now it is working Thanks. |
Bug Report
Describe the Bug
400 Bad request while trying transfer-01-negotiation sample
Expected Behavior
Response should be 200
Observed Behavior
Response is 400
Steps to Reproduce
Steps to reproduce the behavior:
Detailed Description
Possible Implementation
Take the @context from the URL and paste it in the request body will solve the problem
The text was updated successfully, but these errors were encountered: