-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Parameter not read #92
Comments
Could you try to make a request to I think this is not Fusio's issue. More likely an issue with your target server. |
I tried it with postman and i get a result |
Mhh ok I think the problem is that you want to send your data encoded as |
i tried postman and insomnia and both successfully return a result here are the screenshots @k42b3 if i keep the content-type=application/x-www-form-urlencoded, it give me the same error as earlier post screenshots |
Ok, yes then this is the problem, that we always send the body JSON encoded. I have started to improve the HTTP Adapter so that you have beside the URL field another select box |
thankyou @k42b3 |
So I have update the HTTP adapter. If you dont want to wait for the next release you could also update the adapter through composer, i.e. simply using the following command:
|
The latest release includes now also the updated http adapter |
from my last issue which is content-type have been fixed #89 ,but come new problem which is parameter
i want to put some parameter when i try to get respond from certain url
when i try to execute this come out as error
is it the right format to pass in parameter?
because me and my colleague discover that fusio pass the right header content-type but it do not pass the right parameter
or am i getting the wrong assumption?
The text was updated successfully, but these errors were encountered: