Not sure why but ob2 is sending incorrect content-length header causing server response to fail even if I put the header and set the correct version it deletes it and puts the auto generated one, anyway to fix this?
Yes, i had this issue too, look at Github and Request for this issue. I fixed my problem by using Constant String and using <> to input a varibale. Try it, maybe it helps you.
Edit:
I found out that, if you write the Content-Length in the header manually, it will cause error. So just remove the Content-Length from your headers to let Openbullet calculate it.
Thats whats breaking it, when I let ob2 calculate the content-length header it sends the wrong length
Open a issue at Github, and wait for Ruri.
Use SystemNet as http library and see if it’s better. For RuriLibHttp I would need a sample request that gives the error to fix this