Skip to main content

SharePoint using python and winhttprequest

from win32com.client import Dispatch
winhttp = Dispatch('winhttp.winhttprequest.5.1')
winhttp.SetOption(6, False)
winhttp.Open('GET', 'http://google.com', False)
winhttp.Send()
print(winhttp.responsetext)

Comments

  1. There is no wonder that there are many companies that are taking help from robotic process automation (rpa) solutions due to which I had taken helped from this article.

    ReplyDelete

Post a Comment