User Profile
Collapse
-
I have a follow-up question: If I am using AJAX on an HTTPS page and make an asyncronous request using a relative URL such as "../test.php", will it resolve to an HTTPS request or a standard HTTP request? Do I have to change my AJAX in any way to make the asyncronous requests secure? -
[DB Design] Sometimes-Tracked Stock
Hi, my question is about database design. I'm trying to design a database for a stock control program as part of a larger system. The problem I am having is that some items in the database have individual serial codes, and others don't (all items have a barcode to indicate which item is it).
I've simplified the details here, but here's what the item table might look like if no items had individual serial numbers:
Code:Items
-
-
setTimeout in IE
I'm trying to write an AJAX application which periodically updated some data, here's the outline of my code, cut down to the important bits:
Code:... var http = createRequestObject(); function createRequestObject() { var ro; var browser = navigator.appName; if (browser == "Microsoft Internet Explorer") { ro = new ActiveXObject("Microsoft.XMLHTTP");
-
-
Moved: Add HTTPS/SSL to a Site
Once I have a site that's already up and running, what changes do I have to make to secure it so that any HTTP requests are rejected, all pages (except the index) must be accessed via HTTPS. Obviously I have to change all of the hyperlinks to https://, but apart from that what do I need to do?
Note: I'm refering to a professionally hosted site which will already have any necissary SSL modules for Apache/PHP is necisarry installed and...
No activity results to display
Show More
Leave a comment: