473,802 Members | 2,457 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What's being sent to the website to retrieve this data?

Hello,

I'd really appreciate help on this.

I'm programmaticall y retrieving data from a website and on one
particular page, I'm figure out what I should be sending to grab this
data. Please bear
with me for a 15 second demo that explains it more clearly ...

At this website:

http://www.cgis.ci.portland.or.us/ma...m?display=appn

type in:
04-069651

and then hit "Go"

That info is sent to the website, then a new URL which shows a page of
"Permits/Cases".

Question: What information is being sent to retrieve that
"Permits/Cases" page? IE. What happens after "Go" is pressed and then
the new URL comes up? I need to replicate this in Visual Basic (don't
hate me).

Is there some kind of "sniffer" I can put onto my browser that would
let me watch what is being sent?

Thanks for any guidance!!

William

Jul 23 '05 #1
2 2067
PDXWilliam wrote:

Question: What information is being sent to retrieve that
"Permits/Cases" page? IE. What happens after "Go" is pressed and then
the new URL comes up?
It's all part of standard HTML. Research how the <form> element works.
Is there some kind of "sniffer" I can put onto my browser that would
let me watch what is being sent?

The form method is "get." All of the info is placed in the URL.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jul 23 '05 #2
"PDXWilliam " <wi********@ifr ah1.com> wrote in
news:11******** **************@ o13g2000cwo.goo glegroups.com:
At this website:

http://www.cgis.ci.portland.or.us/ma...m?display=appn

type in:
04-069651

and then hit "Go"

That info is sent to the website, then a new URL which shows a page of
"Permits/Cases".

Question: What information is being sent to retrieve that
"Permits/Cases" page? Is there some kind of "sniffer" I can put onto my browser that would
let me watch what is being sent?


First, you could just look at the source for that page.
You'd see that the form is defined with
<form name="appnoForm " action="parse_r esults.cfm" method="get">
so the results of using "Go" will be sent to
parse_results.c fm using the GET method.
"04" will be the value for application_num ber1 and
"069651" will be the value for application_num ber2.

Aside from looking at the page source, an easier
way is to use the LiveHTTPHeaders extension for
the Firefox browser, where you'll see that
parse_results.c fm issues an HTTP 302 (moved) response,
which is why you end up on the "details.cf m" page.

http://www.mozilla.org/products/firefox/central.html
http://livehttpheaders.mozdev.org/

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1731
by: Liza | last post by:
Hi guys, i'm a little bit confused about ASP... am i correct in thinking that a JBScript that uses asp.dll objects is an ASP? what i mean is is an ASP a script written in ASP supported languages such as vbscript, perlscript etc. but that uses ASP.dll ojbects?
2
1359
by: PDXWilliam | last post by:
Hello, Please forgive if this is off-topic ... and I'd welcome if someone pointed me elsewhere to find this info. I'm programmatically retrieving data from a website and am unable to figure out what I should be sending to grab this data. Please bear with me for a 15 second demo that explains it more clearly ... At this website:
3
1785
by: Mal Reeve | last post by:
Hello, I am looking for an easy way to retrieve a file from a given website.. I am building an app that will retrieve a .csv file then TRANSFER text it into a table for further processing.. Any pointers would be greatly appreciated. TIA
4
1642
by: Dave | last post by:
(My apologies for posting this on two forums. I have just found out the other one was the incorrect location) I am writing a VB.NET 2003 web application to operate on my company's intranet. It accesses data in an SQL Server database. I have developed a couple of pages that display data successfully. However, there is one area that I am having trouble getting a handle on, despite purchasing a couple of Wrox books. Up until now, I have...
2
6880
by: Macca | last post by:
My app has an asynchronous socket server. It will have 20 clients connected to the server. Each client sends data every 500 millisecondsThe Connections once established will not be closed unless there is a problem with the connection. I need to know which client has sent the incoming data as each client has its own buffer on my "server" app. I am using the standard asynch socket code from MSDN to listen for connections and they...
1
3020
by: deepaks85 | last post by:
Dear Sir, Is there any way to Get / Retrieve data from any website? I want the contents from a website into my website so that the contents can automatically update if the contents get changed in original website. How can I do that? Please help me out.
11
26524
pbmods
by: pbmods | last post by:
A somewhat obscure hack has emerged recently that is an offshoot of the now-infamous XSS. It is known as Cross-Site Request Forgery, or XSRF for short. XSRF is a form of temporary identity theft that can cause your computer to initiate banking transactions, send emails or text messages, or even change account info on your favorite site... without your ever realizing it! THE GOOD NEWS Before we get started on the doom and gloom, you...
2
1063
by: mlevit | last post by:
I've been getting this error on my website since I first starting making up but I didn't know how to fix it, so I just ended up using HTML redirects to other pages instead of Header("Location:..."). Now I'm trying to retrieve uploaded files from my SQL database and going by the little tutorial from About.com the following file should download my uploaded file. I get the header message because of "Header( "Content-type: $type");". I've...
6
4206
by: simon2x1 | last post by:
the code below is my mail code its working but message sent to the email is going to the spam mail not the inbox how can make the message go to indox <?php require_once("connect.php"); // value sent from form $email_to=$_POST; // table name
0
9699
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9562
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10535
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10303
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10282
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5494
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4270
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3792
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.