Jump to content
Server Maintenance This Week. ×

Auugghhh!!! How do I format HTTP requests?


BruceJ

This topic is 7671 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'm begining to learn about XSL and how it works to get the info from an XML source.

However, I'm stumped when it comes to knowing how to format my HTTP requests to the XML data source on the web. Can someone enlighten me as to the standards, I see lots of "?" and "&" and "=" used, but I'm not confident enough, smart enough, nor patient enough to keep experimenting with various formats of these things.

Link to comment
Share on other sites

  • 2 months later...

? means this is a request. It occurs once after the domain/server and the CGI:

http://mydomain.com/fmpro?

& is used between the parameters in the request and = is the value of the parameter:

-db=myfile.fp5&-lay=web&-format=-fmp_xml&-findall

See my example files for a quick way to write an XML query

<http://www.moonbow.com/xml/> in the downloads:

"XQUERY.FP5"

Link to comment
Share on other sites

This topic is 7671 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.