-
```
What steps reproduce the problem?
1. Set cookie using $.cookies.set("SomeCookie","SomeValue",options);
2. Get cookie value using $.cookies.get("SomeCookie");
3. show returned value in alert() but …
-
I think the current model just adds the top-level site as an additional key.
However, this is inconsistent with plans for state elsewhere: https://github.com/privacycg/storage-partitioning/issues/2…
-
all syntax highlighting is partial or non functional after encountering multi line conditions in conditional expressions
for example
if (!true || req.http.Authorization ||
req.method !~ "^(GET|H…
-
### Describe the project you are working on
A simple frontend application that uses HTTP APIs.
### Describe the problem or limitation you are having in your project
There are no options to ea…
-
I'm setting a cookie server side. When I check the browser, the cookie is set properly. But when I set the cookie and immediately after that try to get it, it is undefined.
example code:
```
setC…
-
Hello folks,
I am struggling to properly implement session-based caching for `useResponseCache` Yoga plugin.
I don't have any usable header with a fully formed user id passed within the client req…
-
Forms currently supports sharing to users who do not have an account using a public link. This functionality is critical. In some instances, though, a method is needed to prevent repeat submissions fr…
-
### What problem are you trying to solve?
## 1. Manipulating cookies
Historically, manipulating cookies in JavaScript has been tedious. Client-side cookies are represented in a single `document.…
-
It looks to me as the proxy has some issues with chunked encoding.
This is my config:
```
const proxy = require('http-proxy-middleware');
module.exports = function (app) {
app.use(['/ui', '…
-
## Acceptance criteria
The height of the footer on mobile screens makes the storybook almost unusable. We are currently using the [dot com footer component](https://www.ibm.com/standards/carbon/web-c…