View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006029 | Taler | exchange | public | 2020-01-07 17:20 | 2020-03-31 16:04 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | high | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.7.0 | Fixed in Version | 0.7.0 | ||
Summary | 0006029: exchange should set CORS header | ||||
Description | To allow the web extension wallet to be implemented with reduced permissions, the exchange must set the CORS header to allow the "cross-origin" request from the origin "wallet extension background page" to the exchange's origin. The following header must be set: Access-Control-Allow-Origin: * | ||||
Tags | No tags attached. | ||||
|
Where precisely? In all HTTP replies? Only in OPTIONS? |
|
Both in the actually request (GET/POST), as well as for OPTIONS requests. If OPTIONS doesn't respond with the right CORS header, browsers would refuse to even POST to the endpoint. |
|
Finished in fccde2518368b3e7109f87c3f04e3197d20c17e1 |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-01-07 17:20 | Florian Dold | New Issue | |
2020-01-07 17:20 | Florian Dold | Status | new => assigned |
2020-01-07 17:20 | Florian Dold | Assigned To | => Christian Grothoff |
2020-01-08 10:36 | Christian Grothoff | Note Added: 0015250 | |
2020-01-08 10:42 | Christian Grothoff | Status | assigned => resolved |
2020-01-08 10:42 | Christian Grothoff | Resolution | open => fixed |
2020-01-08 10:42 | Christian Grothoff | Fixed in Version | => 0.7.0 |
2020-01-08 10:42 | Christian Grothoff | Target Version | => 0.7.0 |
2020-01-14 21:11 | Florian Dold | Note Added: 0015269 | |
2020-01-14 21:11 | Florian Dold | Priority | normal => high |
2020-01-14 21:11 | Florian Dold | Status | resolved => assigned |
2020-01-14 21:12 | Florian Dold | Resolution | fixed => open |
2020-01-15 16:32 | Florian Dold | Assigned To | Christian Grothoff => Florian Dold |
2020-01-15 16:33 | Florian Dold | Status | assigned => resolved |
2020-01-15 16:33 | Florian Dold | Resolution | open => fixed |
2020-01-15 16:33 | Florian Dold | Note Added: 0015274 | |
2020-03-31 16:04 | Christian Grothoff | Status | resolved => closed |