-
Notifications
You must be signed in to change notification settings - Fork 30
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
Empty body is sent when making request #67
Comments
@pavel-z1 I've never thought about this usecase. Is there something we can do about it? |
@pavel-z1 Just for the example (I'm not a dev), MatthieuuC/phpipam-sdk-go@2742655 Maybe this will fix ? |
Hi @MatthieuuC |
@pavel-z1 After the pull request to the sdk is merged, can you add this feature to your current pull request so that I can merge everything at once? |
Yes I will do it |
Thanks guys, I've made a PR pavel-z1/phpipam-sdk-go#14 I've not tested (I don't no how to do), I think It can do the job (Yes I'm @MatthieuuC, it's my personnal account) |
Fixed with #68 |
New version was released today - v1.5.0 including all the changes. |
Hello 👋
I noticed that the provider makes GET/POST calls with an empty body
{}
.This is a problem for example if our phpipam is behind a load balancer that refuses GET requests with a body (Google Load balancer for example ...).
Terraform DEBUG Output
We can see the empty body after
...................
So in my case I can you the provider because my PHPIPam server is behind GCP GLB.
Thanks
The text was updated successfully, but these errors were encountered: