I have been successful in sending a URL (pasted below) to the Lawson DME and having it return an XML or CSV file to a web browser. I can embed the username and password in the URL to bypass the SSO login screen, however, when I try the same URL using my downloaded http_get.c program it returns the SSO login screen. Anyone have any suggestions? is there some http options/settings I need to change? Does the web browser do something magical that I cannot in my C program? http://ServerName/sso/SSOServlet?_action=LOGIN&_ssoUser=lawson&_ssoPass=lawson&_ssoOrigUrl=http%3A%2F%2FServerName%2Fcgi-lawson%2Fdme.exe%3FPROD%3DLOGAN%26FILE%3DWFACTIVITY%26INDEX%3DWACSET1%26FIELD%3DWORKUNIT%3BPROCESS-ID%3BACTIVITY-ID%3BACTIVITY-NAME%3BACTIVITY-TYPE%3BACT-STATUS%3BSTART-DATE%3BSTART-TIME%3BEND-DATE%3BEND-TIME%3BWF-SEQ-NBR%26OUT%3DXML%26DELIM%3D%7E&_serviceName=SSOP |