Difference between revisions of "CSC352 Project 2"
Line 6: | Line 6: | ||
This is a two-step process. First we need to get a number of Page Ids. For example, if we just want 10 pages, we request the following Url: | This is a two-step process. First we need to get a number of Page Ids. For example, if we just want 10 pages, we request the following Url: | ||
− | :::http://xgridmac.dyndns.org/ | + | :::http://xgridmac.dyndns.org/cgi-bin/getWikiPageById.cgi?Count=10 |
The output will be: | The output will be: | ||
Line 23: | Line 23: | ||
To get the page with Id 10000, for example, then we access the Web server at the same address, but with a different ''request'': | To get the page with Id 10000, for example, then we access the Web server at the same address, but with a different ''request'': | ||
− | :::http://xgridmac.dyndns.org/ | + | :::http://xgridmac.dyndns.org/cgi-bin/getWikiPageById.cgi?Id=1000 |
The output is: | The output is: |
Revision as of 22:30, 23 February 2010
This project is currently under construction...