Re: Unable to make HTTP requests using SecureSocket

2021-05-24 Thread After24
Hi Jan, I was making a mistake building the HTTP request misplacing a CRLF entry. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Unable to make HTTP requests using SecureSocket

2021-05-19 Thread jan.weber
Sounds good - can you tell how you did resolve this and what the issue was? - Jan F. Weber, AIR/Flex Developer @ SeMSy 5 Front-End Team, Dallmeier electronic (www.dallmeier.com) -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Unable to make HTTP requests using SecureSocket

2021-05-17 Thread After24
Hi again, I solved the problem. Thank you. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Unable to make HTTP requests using SecureSocket

2021-05-13 Thread After24
Hi, I’m developing an AWS S3 client using Amazon REST API (signature V4 process). Everything is working fine except for the PutObject method implementation. This method is used to upload a file inside a bucket by making an HTTP request and sending chunks of the file progressively. I’m trying to d