I am trying to send information to the referenced website and have it return 
a pdf file.  I have "referenced" WinnHTTPservers, but this code doesn't seem 
to connect to the website.
 
What am I doing wrong
Dim cr As InternetExplorer
'
Set cr = New InternetExplorer
cr.Visible = True
'
Dim http As WinHttpRequest
Set http = New WinHttpRequest
http.Open "POST", "https://qa.chromeriver.com/receipts/doit";, False
http.Send "un=zzzl" & vbCrLf & "pw=yyy" & vbCrLf & "method=getReceipts" & 
vbCrLf & "voucherInvoice=0066791612012022" & vbCrLf & "getPDF=true"

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to