Python SimpleHTTPServer reverse proxy

We are currently using pythons SimpleHTTPServer for development purposes to open a folder with static content like html, css and js.

In our js files, we will call the url couchDB, but the couchDB url is on a different machine or IP.

Is there a way so that when clicking http: // localhost: 8000 / couchDB / user python can proxy go to http: // couchdb-ipaddress: 5894 / user ? I am new to Python. I am currently unable to use any other tool. I found this link but didn't figure out what it is. http://effbot.org/librarybook/simplehttpserver.htm

if this is not possible in python SimpleHTTPServer then I will use Apache http server and configure my httpd.conf file .

+3
python simplehttpserver


source to share


No one has answered this question yet

Check out similar questions:

5504
Does Python have a ternary conditional operator?
5231
What are metaclasses in Python?
5116
How can I check if a file exists without exceptions?
4473
Calling an external command in Python
3790
How can I safely create a subdirectory?
3602
Does Python have a substring method "contains"?
3119
What is the difference between Python list methods that are appended and expanded?
2818
Finding the index of an element by specifying the list that contains it in Python
1266
Reverse a string in Python
1028
What is the Python 3 equivalent "python -m SimpleHTTPServer"



All Articles
Loading...
X
Show
Funny
Dev
Pics