This is kinda related.     Is there another term for 
I set
Set httpRequest.Server = "127.0.0.1" 
 Set httpRequest.Port = "8080"  
Request from OS         
from the server side log
Response  127.0.0.1 - - [25/Feb/2024 10:44:58] "POST /collect_patient_information HTTP/1.1" 200 -
 
Status on ObjectScript on Response.
 
Something is getting lost between Server Python and client OS
I have it working. The important thing with flask are the routes which establish a connection between the client and the server. Config on both C and CS contain the same route names.