"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx> wrote on 04/01/2016 11:10:03
AM:
Is there a way to Launch a website using Post?
It sounds like you're asking for the ability to push a web page
from the iSeries to create a browser session. That is not the way a
browser session works -- and you can't violate that process. The browser
is the client and the iSeries is the server. The server has to wait for a
client to make a request. Such a request is normally a GET (when it is
URL-based) but can also be a POST (when it is HTML form-based).
Having said that... You can certainly invoke a browser session
from the iSeries (STRPCCMD) to load a web site in the browser but such a
request has to be a GET type of request. So, if you want a POST, then you
have have a web page already in the browser from which the user can click
a button to submit a "form" which does a POST. The "form" can either be
made up of a single button or it can have one or more fields for the user
to fill in before submitting (POSTing) the form to the iSeries.
Further questions?
Sincerely,
Dave Clark
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300
Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331
*********************************************************************************************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or proprietary
information. If you have received this message in error, please
immediately notify the sender and delete and destroy the message and all
copies. All unauthorized direct or indirect use or disclosure of this
message is strictly prohibited. No right to confidentiality or privilege
is waived or lost by any error in transmission.
*********************************************************************************************
As an Amazon Associate we earn from qualifying purchases.