You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fancywebsite/FormTest/Register --> its not registering
--> it's because the cgi script is writing to a diferent database. I need to provide the current localhost to edit the correct database.
The same applies to the other scripts that uses fixed locations.
When running error.py; the server doesnt send a page for 502 bad gateway. is it ok? ✅
Image.py doesnt work. is ot ok? I think it needs executing permissions, and the image file. ✅ *gabrielBranch
Location.py doesnt work. I think it needs to also point to localhost and port. ✅ *gabrielBranch
Print_body.py prints also the message header. Check if we're sending the correct data.
I think yes, because we're not skipping the header if it's a GET request. See if this is correct.
Also check if when request is GET, the body is "". ✅ *gabrielBranch
Run our webserver in virtualmachine, and test it in my pc and in Filip/Gabriel.
Change "Method not allowed" to "Forbidden" (as nginx when limit_exept) -> ✅ *pull request Fs 20241013 fix nginx codes #137 will fix it
Test for isues when calling "new" (at least that; since we're allocating memory for that). ✅
Check if we should send the headers to the cgi. Cuy currently, if the request is GET, we're sending them.
I'd like to know how NOT to send them. ✅
Rename some content in the pages and change css to make them prettier and more different.
Code a page whichs uses the other cgi scripts? (sh, pl, php)
The text was updated successfully, but these errors were encountered:
fancywebsite/FormTest/Register --> its not registering
--> it's because the cgi script is writing to a diferent database. I need to provide the current localhost to edit the correct database.
The same applies to the other scripts that uses fixed locations.
When running error.py; the server doesnt send a page for 502 bad gateway. is it ok? ✅
Image.py doesnt work. is ot ok? I think it needs executing permissions, and the image file. ✅ *gabrielBranch
Location.py doesnt work. I think it needs to also point to localhost and port. ✅ *gabrielBranch
Print_body.py prints also the message header. Check if we're sending the correct data.
I think yes, because we're not skipping the header if it's a GET request. See if this is correct.
Also check if when request is GET, the body is "". ✅ *gabrielBranch
Run our webserver in virtualmachine, and test it in my pc and in Filip/Gabriel.
Change "Method not allowed" to "Forbidden" (as nginx when limit_exept) -> ✅ *pull request Fs 20241013 fix nginx codes #137 will fix it
Test for isues when calling "new" (at least that; since we're allocating memory for that). ✅
Check if we should send the headers to the cgi. Cuy currently, if the request is GET, we're sending them.
I'd like to know how NOT to send them. ✅
Rename some content in the pages and change css to make them prettier and more different.
Code a page whichs uses the other cgi scripts? (sh, pl, php)
The text was updated successfully, but these errors were encountered: