P
Peter Judge
Guest
I’m assuming that the request succeeded? With an acceptable status code? If so, the next step is to check the logs, and then whether anything came back from the server. Add the below to your code and you should have a fair amount of detail written into the log. You will also have request-raw.txt and response-data-received.txt files in your temp-dir; these are the actual (raw) requests and responses sent to the server. log-manager : logfile-name = session : temp-dir + 'logging.log' . log-manager : logging-level = 5 . log-manager : clear-log ().
Continue reading...
Continue reading...