wp_get_referer on IIS doesn’t show full path
-
Hi,
I work with Instinct on the Wp-e-Commerce Plugin, I’ve been doing some IIS testing and it seems that wp_get_referer() doesnt seem to work the way it does on Apache Servers, for example:
A Link that uses:$sendback = wp_get_referer(); <?php echo htmlentities(add_query_arg('purchaselog_id', wpsc_the_purch_item_id(), $sendback)) ; ?>
returns on Apache:
https://instinct.dynoreg.com/wp-admin/?page=wpsc-sales-logs&purchaselog_id=2
but on IIS:
https://example.com/wp-admin/?purchaselog_id=2is there some way to sort this out? Is it a wordpress bug? Any info would be good.
Thanks in advance for the help!Best
Jeff
- The topic ‘wp_get_referer on IIS doesn’t show full path’ is closed to new replies.