One of my scripts used GM_xmlhttpRequest() to fetch a new web page from the website it is running on. It's a same-domain request, but the website requires the user to be logged in. Before GM4, the request worked fine, and returned a page containing the logged-in user's data. In GM4, GM.xmlHttpRequest() fetches a page that would be shown to a user who wasn't logged in.
I assume the problem is that Greasemonkey no longer sends the same cookies with the request that would be sent with a request from the content scope. Is this something that can be fixed, or do I need to find a workaround? -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
