Skip to content

Commit 47576e3

Browse files
authored
Update README.md
1 parent f0430e7 commit 47576e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FileBlob Provider AddOn for EPiServer Developers
2-
**Namespace: Gosso.EPiServerAddOn.DownloadIfMissingFileBlob** version 2.0 (2017-11-22)
2+
**Namespace: Gosso.EPiServerAddOn.DownloadIfMissingFileBlob** version 2.1 (2018-03-15)
33

44
[![Platform](https://img.shields.io/badge/Episerver-%209.0+-orange.svg?style=flat)](http://world.episerver.com/cms/) [![Platform](https://img.shields.io/badge/Episerver-%2010.0-green.svg?style=flat)](http://world.episerver.com/cms/) (version 1.6)
55

@@ -42,6 +42,7 @@ Yes, initially on application load, it will take some time to download the loade
4242
**RestrictedFileExt** helps to restrict which files to not download
4343

4444
**Path** to the blob url (default "[appDataPath]\\blobs")
45+
**Cookies** adds cookies to the request made when getting the blobs in the format of: cookie1=cookieValue1;cookie2=cookieValue2
4546

4647
```
4748
<episerver.framework>
@@ -52,12 +53,14 @@ Yes, initially on application load, it will take some time to download the loade
5253
ProdUrl="http://www.gosso.se/"
5354
UrlResolverUrl="modules/Gosso.EpiserverAddOn.DownloadIfMissingFileBlob/urlresolver.ashx"
5455
RestrictedFileExt=".docx.doc.pdf.exe.zip.mov.mp4"
56+
Cookies="cookie1=cookieValue1;cookie2=cookieValue2"
5557
type="Gosso.EpiserverAddOn.DownloadIfMissingFileBlob.Provider, Gosso.EpiserverAddOn.DownloadIfMissingFileBlob" />
5658
</providers>
5759
</blob>
5860
</episerver.framework>
5961
```
6062

63+
6164
## Important/troubleshooting
6265
1. You will need release the addon (dll) on the production server before you give it a try.
6366
- The easy way, drop the dll in bin-folder!

0 commit comments

Comments
 (0)