Hi,
we are trying to replace native MS web browser control with new web browser control in our application. we need to navigate to different web pages using HTTP POST methods.
Does this new Web Browser control provide an option to send data using HTTP POST Method ?
Any sample code example or pointers on how to implement the same using this new powerbuilder browser Control.
Thanks
Haresh
Currently we access all our web based interfaces using OLE control developed using .Net wrapper. underlying control is MS Browser control. our .Net Wrapper provides option to send all the data through HTTP POST Method.
with Microsoft deciding to move away from IE 11, our organization has decided to move away from IE and make everything Edge Browser compatible. we were planning to use this new Browser control to replace our existing browser control.
We are restricted to use GET method to send any data. also all these interface are UI based so I am not planning to use HTTPClient object to use its POST method.
Thanks