| By Asim Saddal | Article Rating: |
|
| September 29, 2012 11:00 AM EDT | Reads: |
4,206 |
Testing:
1. For testing, enabled the probe on the HTTPBrowserMPGW
2. Create the Http_POST-request.html file and type the following. This file submit request using POST HTTP Method.
|
<html> <head /> <body> <H2>Http_POST-request.html</H2></br> <form name="form1" action="http://10.235.26.51:81" method="post"> Type any text: <input name="anyText"> <input type="Hidden" name="emailAddr" value="user@emailaddr.com" > <input type="submit" value="Submit" /> </form> </body> </html> |
3. Now, create the Http_GET-request.html file and type the following. This file submit request using GET HTTP Method.
|
<html> <head /> <body> <H2>Http_GET-request.html</H2></br> <form name="form1" action="http://10.235.26.51:81" method="get"> Type any text: <input name="anyText"> <input type="Hidden" name="emailAddr" value="user@emailaddr.com" > <input type="submit" value="Submit" /> </form> </body> </html> |
4. Open Http_POST-request.html file in Internet Explorer (IE), type some message and click on Submit

5. After clicking Submit, it will show the successful message

6. Refresh the Datapower probe, you should see the HTTP Post request

7. Now, open Http_GET-request.html file in Internet Explorer (IE), type some message and click on Submit

8. After clicking Submit, it will show the successful message
![]()
9. Refresh the Datapower probe

10. Notice difference between two requests. HTTP Post uses the message body to submit the request while HTTP GET uses the URI.
Published September 29, 2012 Reads 4,206
Copyright © 2012 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Asim Saddal
Asim Saddal works in the Middleware (WebSphere Application Server, WebSphere Datapower, WebSphere Process Server, WebSphere VE) practice of IBM Software Services for WebSphere.
- Cloud People: A Who's Who of Cloud Computing
- Session Topics: 12th Cloud Expo / Cloud Expo New York
- CollabNet And UC4 Announce General Availability Of Joint Enterprise DevOps Platform
- MicroStrategy Announces General Availability of MicroStrategy 9.3.1
- The Software Freedom Conservancy – Fundraising Campaign: Non-Profit Accounting Software
- MicroStrategy Announces General Availability of MicroStrategy 9.3.1
- Project Floodlight Grows to the World’s Largest SDN Ecosystem; Global Users, Contributors and Partners Innovating Using Open Source SDN
- Midokura Announces General Availability of Disruptive Network Virtualization Technology
- Remote Controlling a Car over the Web. Ingredients: Smartphone, WebSocket, and Raspberry Pi.
- Social Business Intelligence Book Industry’s First Executive SBI Guide
- The Linux Foundation’s Collaboration – OpenDaylight Project – Open Source SDN
- Tech Trends To Watch In May 2013
- Cloud People: A Who's Who of Cloud Computing
- SUSE Receives Common Criteria Security Certifications
- Basho Announces Open Source Riak CS and General Availability of Riak CS Enterprise v1.3
- Session Topics: 12th Cloud Expo / Cloud Expo New York
- CollabNet And UC4 Announce General Availability Of Joint Enterprise DevOps Platform
- MicroStrategy Announces General Availability of MicroStrategy 9.3.1
- The Software Freedom Conservancy – Fundraising Campaign: Non-Profit Accounting Software
- MicroStrategy Announces General Availability of MicroStrategy 9.3.1
- Project Floodlight Grows to the World’s Largest SDN Ecosystem; Global Users, Contributors and Partners Innovating Using Open Source SDN
- Antenna to "Myth-Bust" Common Mobile App Development Misconceptions in Upcoming Webinar
- Mobility News Weekly – Week of March 17, 2013
- Global Information Security Products And Services Industry
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- The i-Technology Right Stuff
- Creating Web Applications with the Eclipse Web Tools Project
- Eclipse Special: Remote Debugging Tomcat & JBoss Apps with Eclipse
- Where Are RIA Technologies Headed in 2008?
- The Next Programming Models, RIAs and Composite Applications
- SYS-CON Webcast: Eclipse IDE for Students, Useful Eclipse Tips & Tricks
- How to Bring Eclipse 3.1, J2SE 5.0, and Tomcat 5.0 Together
- Eclipse: The Story of Web Tools Platform 0.7
- The Top 250 Players in the Cloud Computing Ecosystem
- "Eclipse 3.0 is a Great Leap Forward," Says JDJ's Dudney
- Developing an Eclipse BIRT Report Item Extension

























