[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ftpapi] HTTP_URL_GET_RAW and HTTP_URL_POST_RAW



Tony,

Once you set an authorization with http_setAuth() it will continue to use it until you clear it from memory by either (a) calling http_setAuth() again and setting the auth type to "none" (or setting a different auth), or (b) reclaim the activation group to remove it from memory.

So, to get rid of the extra "Authorization" call http_SetAuth() again and set the auth type to none to get rid of it.
http_setAuth(HTTP_AUTH_NONE: *blanks: *blanks);

As for why the HTTP server is disconnecting you after you send your document, that I do not know.  Maybe it doesn't like the extra authorization?  Maybe it's something else?  Hard to say, because it doesn't tell you, it just disconnects.

-SK


On 11/28/17 5:10 PM, Tony Cesarios wrote:

Hi,

 

Have an attached two logs.

 

The “ZIPPAYCHK” is simply a health check ping to see if the systems are talking, when done first thing in the morning all okay, but have an issue that once we do a “POST” operation which we are currently testing and will explain later on the issue we have with that.  However when we do another health check ping the log shows a line with a “Authorization” token which isn’t part of the build program as this step isn’t required.

 

The “ZIPPURCHASERQ” log is from a program which is trying to send data for verification to the necessary URL, problem we are having is that it comes back with a “CommSSL-read : connection broken” error and we can’t seem to get past it.

 

If anyone have any advise on these two matters would be gratefully appreciated.

 



-- 
_______________________________________________
Ftpapi mailing list
Ftpapi@xxxxxxxxxxxxxxxxxxxxxx
http://scottklement.com/mailman/listinfo/ftpapi