Dear Forum, So Moving along I am using the process to create, bind and connect the socket. Then allocate and append a packet. finally socket send. So I think I have that part down. What Im wondering now is about adding extra data to the path. I have xyz.com as a path, but I need to add more info to the path, so that it looks like "xyz.com/api?ns=ImageManager/STUFF" I can resolve the ip of xyz.com with dns, but how should the rest of the that path be passed? The first part of the payload Im sending is "PUT /cgi-bin/process.cgi HTTP/1.1\n" Should "/api?ns=ImageManager/STUFF" be place at the beginning of that part of the payload or is there another process for this? Thank you Matt
↧