Visibility into HTTP Worker Objects

Reg Paling reg.paling at lokanet.com
Sat Aug 17 22:56:51 UTC 2024


Hi all,

I am experimenting with connecting to the API of a construction project
management system called Procore.  I find that you need to learn the
(sometimes undocumented) quirks of each new API and that can be a bit of a
battle.  I'm using a HTTP Worker with the PATCH verb.  I find myself not
drawing on Procore Support as much or as early as I might because I don't
expect they are going to be able to make head or tail of my Omnis code.

So my question is - is there a way to log what the underlying cURL is doing
so I can send that to Procore support?

I've actually solved my problem in this case by careful reading of the
documentation - I had to add my own content-type header because otherwise
the worker would add the wrong header.  But this problem would have been
much easier to solve if I had some visiblity.

Thanks,
Reg


More information about the omnisdev-en mailing list