Click here to Skip to main content
15,741,688 members

Comments by Rob Philpott (Top 200 by date)

Rob Philpott 18-Jul-23 10:01am View    
As mentioned above, it appears to be the server that is disconnecting you. Could it be that its expecting a secure connection - TLS or something?
Rob Philpott 15-Jul-21 10:37am View    
Sounds like timezones alright. Dates and times can be more confusing than people think. Could you tell us your geographical position and timezone and is the server located nearby or far away and in which timezone?
Rob Philpott 24-Nov-20 9:53am View    
Hello. Try replacing the 'Add' with 'TryAddWithoutValidation' and see if that helps? I'm actually more used to using HttpWebRequest for these types of things, so I'm guessing a bit here.

Also, I replaced your */* with *.*. Old habits..
Rob Philpott 24-Nov-20 9:49am View    
Deleted
Hello. Try replacing the 'Add' with 'TryAddWithoutValidation' and see if that helps? I'm actually more used to using HttpWebRequest for these types of things, so I'm guessing a bit here.
Rob Philpott 2-Apr-20 8:54am View    
Perhaps it's just a rite or passage for those arriving at JavaScript from proper languages, but its really making me feel quite ill.