Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: URL String with parameters
Post: RE: URL String with parameters

Thank you for information, python is new language for me; and have no teacher. **biggrin**
nikoloz Web Scraping & Web Development 14 6,013 May-15-2020, 07:24 AM
    Thread: URL String with parameters
Post: RE: URL String with parameters

I have found this: import os import sys from cgi import parse_qs, escape def application (environ, start_response): d = parse_qs(environ['QUERY_STRING']) age = d.get('age', [''])[0] ...
nikoloz Web Scraping & Web Development 14 6,013 May-09-2020, 02:13 PM
    Thread: URL String with parameters
Post: RE: URL String with parameters

(May-06-2020, 01:32 PM)buran Wrote: please, don't change post content after you get reply there are many web frameworks - e.g. Django, Flask, bottle, to name a few. We have tutorials for Flask https...
nikoloz Web Scraping & Web Development 14 6,013 May-06-2020, 01:48 PM
    Thread: URL String with parameters
Post: RE: URL String with parameters

(May-06-2020, 12:44 PM)buran Wrote: (May-06-2020, 12:42 PM)nikoloz Wrote: To get requested url+parametersI did posted a link - read the docs. they have excellent examples. I doubt I can provide be...
nikoloz Web Scraping & Web Development 14 6,013 May-06-2020, 01:12 PM
    Thread: URL String with parameters
Post: RE: URL String with parameters

(May-06-2020, 12:35 PM)buran Wrote: do you use requests? >>> import requests >>> r = requests.get('https://api.github.com/events') >>> r.text Here is shown url, but I wa...
nikoloz Web Scraping & Web Development 14 6,013 May-06-2020, 12:42 PM
    Thread: URL String with parameters
Post: RE: URL String with parameters

(May-06-2020, 12:26 PM)pyzyx3qwerty Wrote: This site should help you :) Thank you but that example is for Java.
nikoloz Web Scraping & Web Development 14 6,013 May-06-2020, 12:31 PM
    Thread: URL String with parameters
Post: URL String with parameters

Hello, please help. how to get String of requested URL+parameters on server side, like this "http://example.com?param1=a&token=TOKEN_TO_REPLACE&param2=c" just want to know, 2 days searching,...
nikoloz Web Scraping & Web Development 14 6,013 May-06-2020, 12:15 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020