KenR 29 Posted December 23, 2021 Does anyone know if TNetHTTPRequest automatically generates a request_id and if so can it be modified in 10.4.2? Share this post Link to post
Remy Lebeau 1394 Posted December 23, 2021 6 hours ago, KenR said: Does anyone know if TNetHTTPRequest automatically generates a request_id and if so can it be modified in 10.4.2? For what, exactly? There is no request_id in the HTTP protocol. Perhaps you are working with a particular REST protocol instead that defines a request_id in its data, outside of HTTP? 1 Share this post Link to post
KenR 29 Posted December 24, 2021 17 hours ago, Remy Lebeau said: For what, exactly? There is no request_id in the HTTP protocol. Perhaps you are working with a particular REST protocol instead that defines a request_id in its data, outside of HTTP? No. It was for integration with a property portal. They were returning a request_id but I was not providing one so was interested in knowing where it came from. Further investigation revealed that they were always returning the same one for each property so looks like they are creating it themselves! Share this post Link to post