BigRetroMike

Results 356 comments of BigRetroMike

`redirect` only execute function from other path not overwrite the url like redirect 301.

https://github.com/woocommerce/woocommerce/blob/0a9c0049b300f2f42dd74899485e2eb1278a5708/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php#L85 `$_GET['pay_for_order']` is unset even when url clearly has `?pay_for_order=true` so the payment is never shown The quick and dirty workaround is `$_GET['pay_for_order'] = true;` and this 'fix' the issue....

`echo var_dump($_GET);` ``` array (size=2) '?pay_for_order' => string 'true' (length=4) 'key' => string 'wc_order_4goe4aVG6PtPG' (length=22) ``` clearly there is issue with parameter parsing as the `pay_for_order` has `?` changing order...

I use nginx but thats in log. I will try to investigate more then if you are unable to reproduce this issue that I have on both woocommerce seperated instances.

https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/get-favorites-list

Any chance this will get included in next versions? I been wanting to use node-red but all the other twitter components are old and not updated or are missing favorites...

rate-limit is a problem most of those request should be seperate object that count it for itself. If there was already working function that support those limit for twitter I...

> ``` > pagespeed Domain https://redacted; > # pagespeed MapOriginDomain "https://redacted" "http://redacted"; # this one doesn't affect beacon so this one is turn off > pagespeed MapRewriteDomain "https://redacted" "http://redacted" >...

> And you have a DNS server i 127.0.0.1? And I supose you are not using any proxy cache or load balancing, rigth? You are correct 127.0.0.1 is auth dns...

> Sorry for commig too late, but have personal issues that make me out of internet for some time. > > The site runs in https, so why have you:...