Hello Everyone.
Hope you could help me with this.
I'm using the Get Object , to upload files to a server using POST methods.
I can do this by loading binary data into memory and converting to base64, then uploading that base64 to the server.
I do this mostly for security purposes, however I seem to have a problem with the Get Object Extension, it seems to time out automatically whenever the POST lasts more than 30 seconds and resets the connection.
I thought it was the server, but I found out it was the client who was resetting the connection through a packet sniffer.
Does the get object has the timeout hard coded in it?