ruby-oembed 0.14.1 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +3 -0
- data/CHANGELOG.rdoc +13 -1
- data/lib/oembed.rb +1 -0
- data/lib/oembed/provider.rb +54 -5
- data/lib/oembed/providers.rb +39 -300
- data/lib/oembed/providers/aggregators/embedly_urls.yml +167 -6
- data/lib/oembed/providers/builtin_providers.rb +292 -0
- data/lib/oembed/providers/facebook_post.rb +27 -17
- data/lib/oembed/providers/facebook_video.rb +22 -10
- data/lib/oembed/providers/instagram.rb +37 -20
- data/lib/oembed/providers/tik_tok.rb +11 -0
- data/lib/oembed/version.rb +2 -2
- data/spec/cassettes/OEmbed_Provider.yml +117 -16
- data/spec/cassettes/OEmbed_Providers_CodePen.yml +177 -0
- data/spec/cassettes/OEmbed_Providers_FacebookPost.yml +539 -0
- data/spec/cassettes/OEmbed_Providers_FacebookVideo.yml +267 -0
- data/spec/cassettes/OEmbed_Providers_Instagram.yml +1473 -0
- data/spec/cassettes/OEmbed_Providers_Slideshare.yml +420 -834
- data/spec/cassettes/OEmbed_Providers_TikTok.yml +293 -0
- data/spec/cassettes/OEmbed_Providers_Twitter.yml +84 -357
- data/spec/cassettes/OEmbed_Providers_Youtube.yml +188 -26
- data/spec/provider_spec.rb +315 -138
- data/spec/providers/code_pen_spec.rb +21 -0
- data/spec/providers/facebook_post_spec.rb +54 -0
- data/spec/providers/facebook_video_spec.rb +48 -0
- data/spec/providers/instagram_spec.rb +48 -0
- data/spec/providers/slideshare_spec.rb +2 -9
- data/spec/providers/tik_tok_spec.rb +26 -0
- data/spec/providers/twitter_spec.rb +3 -10
- data/spec/providers/youtube_spec.rb +3 -9
- data/spec/providers_spec.rb +151 -16
- data/spec/response_spec.rb +2 -2
- data/spec/spec_helper.rb +19 -1
- data/spec/support/shared_examples_for_providers.rb +32 -20
- metadata +25 -5
- data/spec/providers/facebook_spec.rb +0 -50
@@ -2,932 +2,512 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://www.slideshare.net/api/oembed/2?url=https
|
5
|
+
uri: https://www.slideshare.net/api/oembed/2?format=json&url=https://slideshare.net/gabriele.lana/the-magic-of-elixir
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Accept-Encoding:
|
11
11
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
12
14
|
User-Agent:
|
13
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
15
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
14
16
|
response:
|
15
17
|
status:
|
16
18
|
code: 200
|
17
19
|
message: OK
|
18
20
|
headers:
|
19
|
-
Server:
|
20
|
-
- nginx
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Mon, 16 Nov 2020 05:47:47 GMT
|
23
23
|
Content-Type:
|
24
24
|
- application/json; charset=utf-8
|
25
|
-
Status:
|
26
|
-
- 200 OK
|
27
|
-
X-Ua-Compatible:
|
28
|
-
- IE=Edge,chrome=1
|
29
|
-
X-Content-Type-Options:
|
30
|
-
- nosniff
|
31
|
-
- nosniff
|
32
|
-
X-Runtime:
|
33
|
-
- '0.033369'
|
34
|
-
X-Bench-Route:
|
35
|
-
- oembed/get_oembed_code
|
36
|
-
X-Request-Id:
|
37
|
-
- 691fd04004bdfa6e079f9720a8097c39
|
38
|
-
X-Request-Uuid:
|
39
|
-
- QDAmVUpqoYazbUDtpF4PHg==
|
40
|
-
X-Xss-Protection:
|
41
|
-
- 1; mode=block
|
42
|
-
Cache-Control:
|
43
|
-
- max-age=0, private, must-revalidate
|
44
|
-
P3p:
|
45
|
-
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
46
|
-
X-Varnish:
|
47
|
-
- '930893680'
|
48
|
-
Age:
|
49
|
-
- '0'
|
50
|
-
Accept-Ranges:
|
51
|
-
- bytes
|
52
|
-
X-Fs-Uuid:
|
53
|
-
- 0bb7531519cc5014f0400dc8b52a0000
|
54
|
-
X-Li-Fabric:
|
55
|
-
- prod-lva1
|
56
|
-
Set-Cookie:
|
57
|
-
- _uv_id=523448561; Path=/; Domain=.slideshare.net
|
58
|
-
- SERVERID=r88|V0FBE|V0FBE; path=/
|
59
|
-
- bcookie="v=2&04488d46-8407-46cb-8bb0-6fcc6e1c83a0"; domain=.slideshare.net;
|
60
|
-
Path=/; Expires=Tue, 22-May-2018 16:55:39 GMT
|
61
25
|
Transfer-Encoding:
|
62
26
|
- chunked
|
63
|
-
|
64
|
-
-
|
65
|
-
X-Li-Uuid:
|
66
|
-
- C7dTFRnMUBTwQA3ItSoAAA==
|
67
|
-
body:
|
68
|
-
encoding: UTF-8
|
69
|
-
string: '{"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","height":355,"width":425,"title":"The
|
70
|
-
Magic Of Elixir","slideshow_id":46553440,"provider_url":"http://www.slideshare.net","type":"rich","thumbnail_height":128,"thumbnail_width":170,"author_url":"http://www.slideshare.net/gabriele.lana","version_no":"1427901293","slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","total_slides":96,"version":"1.0","html":"\u003Ciframe
|
71
|
-
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
72
|
-
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
73
|
-
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
74
|
-
max-width: 100%;\" allowfullscreen\u003E \u003C/iframe\u003E \u003Cdiv style=\"margin-bottom:5px\"\u003E
|
75
|
-
\u003Cstrong\u003E \u003Ca href=\"https://www.slideshare.net/gabriele.lana/the-magic-of-elixir\"
|
76
|
-
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
77
|
-
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"http://www.slideshare.net/gabriele.lana\"
|
78
|
-
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","author_name":"Gabriele
|
79
|
-
Lana","conversion_version":2,"provider_name":"SlideShare"}'
|
80
|
-
http_version: '1.1'
|
81
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
82
|
-
- request:
|
83
|
-
method: get
|
84
|
-
uri: https://www.slideshare.net/api/oembed/2?url=https%3A%2F%2Fslideshare.net%2Fmobile%2Fgabriele.lana%2Fthe-magic-of-elixir&format=json
|
85
|
-
body:
|
86
|
-
encoding: US-ASCII
|
87
|
-
string: ''
|
88
|
-
headers:
|
89
|
-
Accept-Encoding:
|
90
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
91
|
-
User-Agent:
|
92
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.10.0)
|
93
|
-
response:
|
94
|
-
status:
|
95
|
-
code: 404
|
96
|
-
message: Not Found
|
97
|
-
headers:
|
98
|
-
Server:
|
99
|
-
- nginx
|
100
|
-
Date:
|
101
|
-
- Sun, 22 May 2016 05:18:07 GMT
|
102
|
-
Content-Type:
|
103
|
-
- text/html; charset=utf-8
|
104
|
-
Status:
|
105
|
-
- 404 Not Found
|
106
|
-
X-Bench-Route:
|
107
|
-
- oembed/get_oembed_code
|
108
|
-
X-Xss-Protection:
|
109
|
-
- 1; mode=block
|
110
|
-
X-Runtime:
|
111
|
-
- '0.017874'
|
112
|
-
X-Content-Type-Options:
|
113
|
-
- nosniff
|
114
|
-
X-Request-Id:
|
115
|
-
- fb4c5addcddae548849737f6fec9f8da
|
116
|
-
Cache-Control:
|
117
|
-
- no-cache
|
118
|
-
X-Request-Uuid:
|
119
|
-
- pg2CQvlQg5INa3zzz4HE4Q==
|
120
|
-
X-Ua-Compatible:
|
121
|
-
- IE=Edge,chrome=1
|
122
|
-
X-Varnish:
|
123
|
-
- '937885835'
|
124
|
-
Age:
|
125
|
-
- '0'
|
126
|
-
X-Fs-Uuid:
|
127
|
-
- 75b1b92819cc501400f765c0b52a0000
|
128
|
-
X-Li-Fabric:
|
129
|
-
- prod-lva1
|
130
|
-
Set-Cookie:
|
131
|
-
- _uv_id=785427590; Path=/; Domain=.slideshare.net
|
132
|
-
- SERVERID=r88|V0FBE|V0FBE; path=/
|
133
|
-
- bcookie="v=2&9a351b71-ca0b-4eaf-88b1-cffd5e06134c"; domain=.slideshare.net;
|
134
|
-
Path=/; Expires=Tue, 22-May-2018 16:55:39 GMT
|
135
|
-
Transfer-Encoding:
|
136
|
-
- chunked
|
137
|
-
X-Li-Pop:
|
138
|
-
- PROD-ELA4
|
139
|
-
X-Li-Uuid:
|
140
|
-
- dbG5KBnMUBQA92XAtSoAAA==
|
141
|
-
body:
|
142
|
-
encoding: ASCII-8BIT
|
143
|
-
string: !binary |-
|
144
|
-
PCFET0NUWVBFIGh0bWw+CjxodG1sIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiB4bWw6bGFuZz0iZW4iIGxhbmc9ImVuIj4KICA8aGVhZD4KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ii8+CiAgICA8bGluayBocmVmPSIvc3R5bGVzaGVldHMvZXJyb3IuY3NzIiB0eXBlPSJ0ZXh0L2NzcyIgcmVsPSJzdHlsZXNoZWV0IiBtZWRpYT0ic2NyZWVuIiAvPgogICAgPGxpbmsgdHlwZT0idGV4dC9jc3MiIHJlbD0ic3R5bGVzaGVldCIgbWVkaWE9InNjcmVlbiIgaHJlZj0iLi4vYmlnYm9vdC9jc3Mvc3MtY29yZS5jc3MiPgogICAgPHRpdGxlPjQwNCBlcnJvci4gUGFnZSBOb3QgRm91bmQuPC90aXRsZT4KICAgIDxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij4KICAgICAgZnVuY3Rpb24gZGlzYWJsZVNlYXJjaChldmVudCkgewogICAgICAgIHZhciB0ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ3NlYXJjaHN0cmluZycpOwogICAgICAgIGlmKHQudmFsdWUgPT09ICdUeXBlIHRleHQgaGVyZSDigKYnIHx8IHQudmFsdWUubGVuZ3RoID09PSAwKSB7CiAgICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpOwogICAgICAgIH0KICAgICAgfQogICAgPC9zY3JpcHQ+CiAgPC9oZWFkPgogIDxib2R5PgogICAgPGRpdiBjbGFzcz0iY29udGFpbmVyIj4KICAgICAgPGRpdiBjbGFzcz0icm93Ij4KICAgICAgICA8ZGl2IGNsYXNzPSJzbWlsZXkiPgogICAgICAgICAgPGltZyBzcmM9Ii9pbWFnZXMvZXJyb3JzbWlsZXkucG5nIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiIGFsdD0iZXJyb3IiIC8+CiAgICAgICAgPC9kaXY+CiAgICAgIDwvZGl2PgogICAgICA8ZGl2IGNsYXNzPSJyb3ciPgogICAgICAgIDxkaXYgY2xhc3M9ImVycm9yQm94Ij4KICAgICAgICAgIDxkaXYgY2xhc3M9InNwYW4zIj4KICAgICAgICAgICAgPGRpdiBjbGFzcz0iZXJyb3JDb2RlIj4KICAgICAgICAgICAgICA8aDE+NDA0PC9oMT4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICA8L2Rpdj4KICAgICAgICAgIDxkaXYgY2xhc3M9InNwYW43Ij4KICAgICAgICAgICAgPGRpdiBjbGFzcz0icGFnZS1oZWFkZXIiPgogICAgICAgICAgICAgIDxwIGNsYXNzPSJsZWFkIj5Tb3JyeSEgV2UgY291bGQgbm90IGZpbmQgd2hhdCB5b3Ugd2VyZSBsb29raW5nIGZvciA6KDwvcD4KICAgICAgICAgICAgICA8cD5Eb24ndCB3b3JyeSwgd2Ugd2lsbCBoZWxwIHlvdSBnZXQgdG8gdGhlIHJpZ2h0IHBsYWNlLjwvcD4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICAgIDxoMz5BcmUgeW91IGxvb2tpbmcgZm9yPC9oMz4KICAgICAgICAgICAgPHVsPgogICAgICAgICAgICAgIDxsaT48YSBocmVmPSIvIj5Ib21lcGFnZTwvYT48L2xpPgogICAgICAgICAgICAgIDxsaSBjbGFzcz0ibWlkZGxlIj48YSBocmVmPSIvY2hhbm5lbHMiPlNsaWRlU2hhcmUgQ2hhbm5lbHM8L2E+PC9saT4KICAgICAgICAgICAgICA8bGk+PGEgaHJlZj0iL3BvcHVsYXIiPlBvcHVsYXIgUHJlc2VudGF0aW9uczwvYT48L2xpPgogICAgICAgICAgICA8L3VsPgogICAgICAgICAgICA8ZGl2IGNsYXNzPSJzZWFyY2hTZWN0aW9uIj4KICAgICAgICAgICAgICA8Zm9ybSBzdHlsZT0iZGlzcGxheTogaW5saW5lOyIgYWN0aW9uPSIvc2VhcmNoL3NsaWRlc2hvdyIgbWV0aG9kPSJnZXQiPgogICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9InRleHQiIGlkPSJzZWFyY2hzdHJpbmciIG5hbWU9InEiIHZhbHVlPSJUeXBlIHRleHQgaGVyZSAmaGVsbGlwOyIgY2xhc3M9ImVycm9yU2VhcmNoQm94IiBvbmNsaWNrPSJ0aGlzLnZhbHVlID0gJyc7Ij4KICAgICAgICAgICAgICAgIDxidXR0b24gdHlwZT0ic3VibWl0IiBvbmNsaWNrPSJkaXNhYmxlU2VhcmNoKGV2ZW50KSI+CiAgICAgICAgICAgICAgICAgIFNlYXJjaDxzcGFuPiZuYnNwOzwvc3Bhbj4KICAgICAgICAgICAgICAgIDwvYnV0dG9uPgogICAgICAgICAgICAgIDwvZm9ybT4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICA8L2Rpdj4KICAgICAgICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICA8L2Rpdj4KICA8L2JvZHk+CjwvaHRtbD4=
|
145
|
-
http_version: '1.1'
|
146
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
147
|
-
- request:
|
148
|
-
method: get
|
149
|
-
uri: https://www.slideshare.net/api/oembed/2?url=https%3A%2F%2Fwww.slideshare.net%2Fgabriele.lana%2Fthe-magic-of-elixir&format=json
|
150
|
-
body:
|
151
|
-
encoding: US-ASCII
|
152
|
-
string: ''
|
153
|
-
headers:
|
154
|
-
Accept-Encoding:
|
155
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
156
|
-
User-Agent:
|
157
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.10.0)
|
158
|
-
response:
|
159
|
-
status:
|
160
|
-
code: 200
|
161
|
-
message: OK
|
162
|
-
headers:
|
27
|
+
Connection:
|
28
|
+
- keep-alive
|
163
29
|
Server:
|
164
30
|
- nginx
|
165
|
-
Date:
|
166
|
-
- Sun, 22 May 2016 05:18:07 GMT
|
167
|
-
Content-Type:
|
168
|
-
- application/json; charset=utf-8
|
169
31
|
Status:
|
170
32
|
- 200 OK
|
33
|
+
X-Request-Uuid:
|
34
|
+
- 53Oxa1cek4bMx/t0+G8ZpA==
|
171
35
|
X-Content-Type-Options:
|
172
36
|
- nosniff
|
173
37
|
- nosniff
|
38
|
+
- nosniff
|
39
|
+
X-Fruc-Version:
|
40
|
+
- FRUC
|
41
|
+
X-Ss-Make-Cacheable:
|
42
|
+
- 'true'
|
174
43
|
X-Bench-Route:
|
175
44
|
- oembed/get_oembed_code
|
176
|
-
X-
|
177
|
-
-
|
45
|
+
X-Xss-Protection:
|
46
|
+
- 1; mode=block
|
178
47
|
X-Ua-Compatible:
|
179
48
|
- IE=Edge,chrome=1
|
180
|
-
|
181
|
-
-
|
49
|
+
Etag:
|
50
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
182
51
|
Cache-Control:
|
183
52
|
- max-age=0, private, must-revalidate
|
184
|
-
X-Request-
|
185
|
-
-
|
186
|
-
X-
|
187
|
-
-
|
53
|
+
X-Request-Id:
|
54
|
+
- 379e755bc95533d8a86ec97ddcc9bf55
|
55
|
+
X-Runtime:
|
56
|
+
- '0.057835'
|
188
57
|
P3p:
|
189
58
|
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
190
|
-
|
191
|
-
- '115447451'
|
192
|
-
Age:
|
193
|
-
- '0'
|
194
|
-
Accept-Ranges:
|
195
|
-
- bytes
|
196
|
-
X-Fs-Uuid:
|
197
|
-
- 5c1edc3b19cc5014a0f11915b62a0000
|
59
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
198
60
|
X-Li-Fabric:
|
199
|
-
- prod-
|
61
|
+
- prod-ltx1
|
200
62
|
Set-Cookie:
|
201
|
-
-
|
202
|
-
|
203
|
-
-
|
204
|
-
|
205
|
-
|
206
|
-
- chunked
|
63
|
+
- bcookie="v=2&78c3cef8-f231-41a6-86f4-4ec57aff70d4"; domain=.slideshare.net;
|
64
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:19 GMT; SameSite=None
|
65
|
+
- language=**; path=/; secure
|
66
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:47
|
67
|
+
GMT; SameSite=None
|
207
68
|
X-Li-Pop:
|
208
|
-
-
|
69
|
+
- prod-edc2
|
70
|
+
X-Li-Proto:
|
71
|
+
- http/1.0
|
209
72
|
X-Li-Uuid:
|
210
|
-
-
|
73
|
+
- tlZO/+XmRxbwmokBcCsAAA==
|
211
74
|
body:
|
212
|
-
encoding:
|
213
|
-
string: '{"
|
75
|
+
encoding: ASCII-8BIT
|
76
|
+
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
77
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
214
78
|
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
215
79
|
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
216
80
|
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
217
81
|
max-width: 100%;\" allowfullscreen\u003E \u003C/iframe\u003E \u003Cdiv style=\"margin-bottom:5px\"\u003E
|
218
82
|
\u003Cstrong\u003E \u003Ca href=\"https://www.slideshare.net/gabriele.lana/the-magic-of-elixir\"
|
219
83
|
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
220
|
-
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"
|
221
|
-
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","
|
222
|
-
|
223
|
-
Magic Of Elixir","slide_image_baseurl_suffix":"-1024.jpg","provider_url":"http://www.slideshare.net","total_slides":96,"thumbnail_width":170,"conversion_version":2,"type":"rich"}'
|
224
|
-
http_version: '1.1'
|
225
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
226
|
-
- request:
|
227
|
-
method: get
|
228
|
-
uri: https://www.slideshare.net/api/oembed/2?url=https%3A%2F%2Fwww.slideshare.net%2Fmobile%2Fgabriele.lana%2Fthe-magic-of-elixir&format=json
|
229
|
-
body:
|
230
|
-
encoding: US-ASCII
|
231
|
-
string: ''
|
232
|
-
headers:
|
233
|
-
Accept-Encoding:
|
234
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
235
|
-
User-Agent:
|
236
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.10.0)
|
237
|
-
response:
|
238
|
-
status:
|
239
|
-
code: 404
|
240
|
-
message: Not Found
|
241
|
-
headers:
|
242
|
-
Server:
|
243
|
-
- nginx
|
244
|
-
Date:
|
245
|
-
- Sun, 22 May 2016 05:18:08 GMT
|
246
|
-
Content-Type:
|
247
|
-
- text/html; charset=utf-8
|
248
|
-
Status:
|
249
|
-
- 404 Not Found
|
250
|
-
X-Ua-Compatible:
|
251
|
-
- IE=Edge,chrome=1
|
252
|
-
X-Content-Type-Options:
|
253
|
-
- nosniff
|
254
|
-
X-Runtime:
|
255
|
-
- '0.018183'
|
256
|
-
X-Bench-Route:
|
257
|
-
- oembed/get_oembed_code
|
258
|
-
X-Request-Id:
|
259
|
-
- e50e5c1797e00d9a216ecb9694d6abd9
|
260
|
-
X-Request-Uuid:
|
261
|
-
- cswW7I/h26d7KNK79/B7Bw==
|
262
|
-
X-Xss-Protection:
|
263
|
-
- 1; mode=block
|
264
|
-
Cache-Control:
|
265
|
-
- no-cache
|
266
|
-
X-Varnish:
|
267
|
-
- '936676712'
|
268
|
-
Age:
|
269
|
-
- '0'
|
270
|
-
X-Fs-Uuid:
|
271
|
-
- 4ae3424e19cc5014f08c05c8b52a0000
|
272
|
-
X-Li-Fabric:
|
273
|
-
- prod-lva1
|
274
|
-
Set-Cookie:
|
275
|
-
- _uv_id=268818532; Path=/; Domain=.slideshare.net
|
276
|
-
- SERVERID=r88|V0FBE|V0FBE; path=/
|
277
|
-
- bcookie="v=2&32155b2d-50ad-462b-8440-6dcdbf220721"; domain=.slideshare.net;
|
278
|
-
Path=/; Expires=Tue, 22-May-2018 16:55:40 GMT
|
279
|
-
Transfer-Encoding:
|
280
|
-
- chunked
|
281
|
-
X-Li-Pop:
|
282
|
-
- PROD-ELA4
|
283
|
-
X-Li-Uuid:
|
284
|
-
- SuNCThnMUBTwjAXItSoAAA==
|
285
|
-
body:
|
286
|
-
encoding: ASCII-8BIT
|
287
|
-
string: !binary |-
|
288
|
-
PCFET0NUWVBFIGh0bWw+CjxodG1sIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiB4bWw6bGFuZz0iZW4iIGxhbmc9ImVuIj4KICA8aGVhZD4KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ii8+CiAgICA8bGluayBocmVmPSIvc3R5bGVzaGVldHMvZXJyb3IuY3NzIiB0eXBlPSJ0ZXh0L2NzcyIgcmVsPSJzdHlsZXNoZWV0IiBtZWRpYT0ic2NyZWVuIiAvPgogICAgPGxpbmsgdHlwZT0idGV4dC9jc3MiIHJlbD0ic3R5bGVzaGVldCIgbWVkaWE9InNjcmVlbiIgaHJlZj0iLi4vYmlnYm9vdC9jc3Mvc3MtY29yZS5jc3MiPgogICAgPHRpdGxlPjQwNCBlcnJvci4gUGFnZSBOb3QgRm91bmQuPC90aXRsZT4KICAgIDxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij4KICAgICAgZnVuY3Rpb24gZGlzYWJsZVNlYXJjaChldmVudCkgewogICAgICAgIHZhciB0ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ3NlYXJjaHN0cmluZycpOwogICAgICAgIGlmKHQudmFsdWUgPT09ICdUeXBlIHRleHQgaGVyZSDigKYnIHx8IHQudmFsdWUubGVuZ3RoID09PSAwKSB7CiAgICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpOwogICAgICAgIH0KICAgICAgfQogICAgPC9zY3JpcHQ+CiAgPC9oZWFkPgogIDxib2R5PgogICAgPGRpdiBjbGFzcz0iY29udGFpbmVyIj4KICAgICAgPGRpdiBjbGFzcz0icm93Ij4KICAgICAgICA8ZGl2IGNsYXNzPSJzbWlsZXkiPgogICAgICAgICAgPGltZyBzcmM9Ii9pbWFnZXMvZXJyb3JzbWlsZXkucG5nIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiIGFsdD0iZXJyb3IiIC8+CiAgICAgICAgPC9kaXY+CiAgICAgIDwvZGl2PgogICAgICA8ZGl2IGNsYXNzPSJyb3ciPgogICAgICAgIDxkaXYgY2xhc3M9ImVycm9yQm94Ij4KICAgICAgICAgIDxkaXYgY2xhc3M9InNwYW4zIj4KICAgICAgICAgICAgPGRpdiBjbGFzcz0iZXJyb3JDb2RlIj4KICAgICAgICAgICAgICA8aDE+NDA0PC9oMT4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICA8L2Rpdj4KICAgICAgICAgIDxkaXYgY2xhc3M9InNwYW43Ij4KICAgICAgICAgICAgPGRpdiBjbGFzcz0icGFnZS1oZWFkZXIiPgogICAgICAgICAgICAgIDxwIGNsYXNzPSJsZWFkIj5Tb3JyeSEgV2UgY291bGQgbm90IGZpbmQgd2hhdCB5b3Ugd2VyZSBsb29raW5nIGZvciA6KDwvcD4KICAgICAgICAgICAgICA8cD5Eb24ndCB3b3JyeSwgd2Ugd2lsbCBoZWxwIHlvdSBnZXQgdG8gdGhlIHJpZ2h0IHBsYWNlLjwvcD4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICAgIDxoMz5BcmUgeW91IGxvb2tpbmcgZm9yPC9oMz4KICAgICAgICAgICAgPHVsPgogICAgICAgICAgICAgIDxsaT48YSBocmVmPSIvIj5Ib21lcGFnZTwvYT48L2xpPgogICAgICAgICAgICAgIDxsaSBjbGFzcz0ibWlkZGxlIj48YSBocmVmPSIvY2hhbm5lbHMiPlNsaWRlU2hhcmUgQ2hhbm5lbHM8L2E+PC9saT4KICAgICAgICAgICAgICA8bGk+PGEgaHJlZj0iL3BvcHVsYXIiPlBvcHVsYXIgUHJlc2VudGF0aW9uczwvYT48L2xpPgogICAgICAgICAgICA8L3VsPgogICAgICAgICAgICA8ZGl2IGNsYXNzPSJzZWFyY2hTZWN0aW9uIj4KICAgICAgICAgICAgICA8Zm9ybSBzdHlsZT0iZGlzcGxheTogaW5saW5lOyIgYWN0aW9uPSIvc2VhcmNoL3NsaWRlc2hvdyIgbWV0aG9kPSJnZXQiPgogICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9InRleHQiIGlkPSJzZWFyY2hzdHJpbmciIG5hbWU9InEiIHZhbHVlPSJUeXBlIHRleHQgaGVyZSAmaGVsbGlwOyIgY2xhc3M9ImVycm9yU2VhcmNoQm94IiBvbmNsaWNrPSJ0aGlzLnZhbHVlID0gJyc7Ij4KICAgICAgICAgICAgICAgIDxidXR0b24gdHlwZT0ic3VibWl0IiBvbmNsaWNrPSJkaXNhYmxlU2VhcmNoKGV2ZW50KSI+CiAgICAgICAgICAgICAgICAgIFNlYXJjaDxzcGFuPiZuYnNwOzwvc3Bhbj4KICAgICAgICAgICAgICAgIDwvYnV0dG9uPgogICAgICAgICAgICAgIDwvZm9ybT4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICA8L2Rpdj4KICAgICAgICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICA8L2Rpdj4KICA8L2JvZHk+CjwvaHRtbD4=
|
289
|
-
http_version: '1.1'
|
290
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
84
|
+
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
85
|
+
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
86
|
+
recorded_at: Mon, 16 Nov 2020 05:47:47 GMT
|
291
87
|
- request:
|
292
88
|
method: get
|
293
|
-
uri: https://www.slideshare.net/api/oembed/2?url=https
|
89
|
+
uri: https://www.slideshare.net/api/oembed/2?format=json&url=https://www.slideshare.net/gabriele.lana/the-magic-of-elixir
|
294
90
|
body:
|
295
91
|
encoding: US-ASCII
|
296
92
|
string: ''
|
297
93
|
headers:
|
298
94
|
Accept-Encoding:
|
299
95
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
96
|
+
Accept:
|
97
|
+
- "*/*"
|
300
98
|
User-Agent:
|
301
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
99
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
302
100
|
response:
|
303
101
|
status:
|
304
102
|
code: 200
|
305
103
|
message: OK
|
306
104
|
headers:
|
307
|
-
Server:
|
308
|
-
- nginx
|
309
105
|
Date:
|
310
|
-
-
|
106
|
+
- Mon, 16 Nov 2020 05:47:48 GMT
|
311
107
|
Content-Type:
|
312
108
|
- application/json; charset=utf-8
|
313
|
-
Status:
|
314
|
-
- 200 OK
|
315
|
-
X-Content-Type-Options:
|
316
|
-
- nosniff
|
317
|
-
- nosniff
|
318
|
-
X-Bench-Route:
|
319
|
-
- oembed/get_oembed_code
|
320
|
-
X-Runtime:
|
321
|
-
- '0.028954'
|
322
|
-
X-Ua-Compatible:
|
323
|
-
- IE=Edge,chrome=1
|
324
|
-
X-Request-Id:
|
325
|
-
- de6b2cfbfcc0478be4aeeda72902aeba
|
326
|
-
Cache-Control:
|
327
|
-
- max-age=0, private, must-revalidate
|
328
|
-
X-Request-Uuid:
|
329
|
-
- Y8oIkK/W0rmStSW1EXtWCA==
|
330
|
-
X-Xss-Protection:
|
331
|
-
- 1; mode=block
|
332
|
-
P3p:
|
333
|
-
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
334
|
-
X-Varnish:
|
335
|
-
- '935826108'
|
336
|
-
Age:
|
337
|
-
- '0'
|
338
|
-
Accept-Ranges:
|
339
|
-
- bytes
|
340
|
-
X-Fs-Uuid:
|
341
|
-
- e9ba4a6019cc50148043433eb52a0000
|
342
|
-
X-Li-Fabric:
|
343
|
-
- prod-lva1
|
344
|
-
Set-Cookie:
|
345
|
-
- _uv_id=2078575251; Path=/; Domain=.slideshare.net
|
346
|
-
- SERVERID=r88|V0FBE|V0FBE; path=/
|
347
|
-
- bcookie="v=2&9e8741a2-b710-4477-89ad-d9dab64b3923"; domain=.slideshare.net;
|
348
|
-
Path=/; Expires=Tue, 22-May-2018 16:55:40 GMT
|
349
109
|
Transfer-Encoding:
|
350
110
|
- chunked
|
351
|
-
|
352
|
-
-
|
353
|
-
X-Li-Uuid:
|
354
|
-
- 6bpKYBnMUBSAQ0M+tSoAAA==
|
355
|
-
body:
|
356
|
-
encoding: UTF-8
|
357
|
-
string: '{"slideshow_id":46553440,"version_no":"1427901293","thumbnail_height":128,"width":425,"provider_name":"SlideShare","height":355,"html":"\u003Ciframe
|
358
|
-
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
359
|
-
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
360
|
-
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
361
|
-
max-width: 100%;\" allowfullscreen\u003E \u003C/iframe\u003E \u003Cdiv style=\"margin-bottom:5px\"\u003E
|
362
|
-
\u003Cstrong\u003E \u003Ca href=\"https://www.slideshare.net/gabriele.lana/the-magic-of-elixir\"
|
363
|
-
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
364
|
-
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"http://www.slideshare.net/gabriele.lana\"
|
365
|
-
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","author_name":"Gabriele
|
366
|
-
Lana","version":"1.0","thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","author_url":"http://www.slideshare.net/gabriele.lana","title":"The
|
367
|
-
Magic Of Elixir","slide_image_baseurl_suffix":"-1024.jpg","provider_url":"http://www.slideshare.net","total_slides":96,"thumbnail_width":170,"conversion_version":2,"type":"rich"}'
|
368
|
-
http_version: '1.1'
|
369
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
370
|
-
- request:
|
371
|
-
method: get
|
372
|
-
uri: https://www.slideshare.net/api/oembed/2?url=https%3A%2F%2Fde.slideshare.net%2Fmobile%2Fgabriele.lana%2Fthe-magic-of-elixir&format=json
|
373
|
-
body:
|
374
|
-
encoding: US-ASCII
|
375
|
-
string: ''
|
376
|
-
headers:
|
377
|
-
Accept-Encoding:
|
378
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
379
|
-
User-Agent:
|
380
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.10.0)
|
381
|
-
response:
|
382
|
-
status:
|
383
|
-
code: 404
|
384
|
-
message: Not Found
|
385
|
-
headers:
|
111
|
+
Connection:
|
112
|
+
- keep-alive
|
386
113
|
Server:
|
387
114
|
- nginx
|
388
|
-
Date:
|
389
|
-
- Sun, 22 May 2016 05:18:08 GMT
|
390
|
-
Content-Type:
|
391
|
-
- text/html; charset=utf-8
|
392
115
|
Status:
|
393
|
-
-
|
116
|
+
- 200 OK
|
394
117
|
X-Request-Uuid:
|
395
|
-
-
|
396
|
-
X-Request-Id:
|
397
|
-
- 498cb6e37ee3eb1ad044c6feb357dd90
|
398
|
-
X-Runtime:
|
399
|
-
- '0.011450'
|
400
|
-
X-Ua-Compatible:
|
401
|
-
- IE=Edge,chrome=1
|
402
|
-
X-Xss-Protection:
|
403
|
-
- 1; mode=block
|
118
|
+
- O1xoFF5wFPz9CZGTGzJaOA==
|
404
119
|
X-Content-Type-Options:
|
405
120
|
- nosniff
|
406
|
-
X-Bench-Route:
|
407
|
-
- oembed/get_oembed_code
|
408
|
-
Cache-Control:
|
409
|
-
- no-cache
|
410
|
-
X-Varnish:
|
411
|
-
- '106901565'
|
412
|
-
Age:
|
413
|
-
- '0'
|
414
|
-
X-Fs-Uuid:
|
415
|
-
- 3065f47219cc501440560ec8b52a0000
|
416
|
-
X-Li-Fabric:
|
417
|
-
- prod-lva1
|
418
|
-
Set-Cookie:
|
419
|
-
- _uv_id=1494397463; Path=/; Domain=.slideshare.net
|
420
|
-
- SERVERID=r87|V0FBE|V0FBE; path=/
|
421
|
-
- bcookie="v=2&a07b45b9-52f6-4375-87fb-bec42d4e8e30"; domain=.slideshare.net;
|
422
|
-
Path=/; Expires=Tue, 22-May-2018 16:55:40 GMT
|
423
|
-
Transfer-Encoding:
|
424
|
-
- chunked
|
425
|
-
X-Li-Pop:
|
426
|
-
- PROD-ELA4
|
427
|
-
X-Li-Uuid:
|
428
|
-
- MGX0chnMUBRAVg7ItSoAAA==
|
429
|
-
body:
|
430
|
-
encoding: ASCII-8BIT
|
431
|
-
string: !binary |-
|
432
|
-
PCFET0NUWVBFIGh0bWw+CjxodG1sIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiB4bWw6bGFuZz0iZW4iIGxhbmc9ImVuIj4KICA8aGVhZD4KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ii8+CiAgICA8bGluayBocmVmPSIvc3R5bGVzaGVldHMvZXJyb3IuY3NzIiB0eXBlPSJ0ZXh0L2NzcyIgcmVsPSJzdHlsZXNoZWV0IiBtZWRpYT0ic2NyZWVuIiAvPgogICAgPGxpbmsgdHlwZT0idGV4dC9jc3MiIHJlbD0ic3R5bGVzaGVldCIgbWVkaWE9InNjcmVlbiIgaHJlZj0iLi4vYmlnYm9vdC9jc3Mvc3MtY29yZS5jc3MiPgogICAgPHRpdGxlPjQwNCBlcnJvci4gUGFnZSBOb3QgRm91bmQuPC90aXRsZT4KICAgIDxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij4KICAgICAgZnVuY3Rpb24gZGlzYWJsZVNlYXJjaChldmVudCkgewogICAgICAgIHZhciB0ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ3NlYXJjaHN0cmluZycpOwogICAgICAgIGlmKHQudmFsdWUgPT09ICdUeXBlIHRleHQgaGVyZSDigKYnIHx8IHQudmFsdWUubGVuZ3RoID09PSAwKSB7CiAgICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpOwogICAgICAgIH0KICAgICAgfQogICAgPC9zY3JpcHQ+CiAgPC9oZWFkPgogIDxib2R5PgogICAgPGRpdiBjbGFzcz0iY29udGFpbmVyIj4KICAgICAgPGRpdiBjbGFzcz0icm93Ij4KICAgICAgICA8ZGl2IGNsYXNzPSJzbWlsZXkiPgogICAgICAgICAgPGltZyBzcmM9Ii9pbWFnZXMvZXJyb3JzbWlsZXkucG5nIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiIGFsdD0iZXJyb3IiIC8+CiAgICAgICAgPC9kaXY+CiAgICAgIDwvZGl2PgogICAgICA8ZGl2IGNsYXNzPSJyb3ciPgogICAgICAgIDxkaXYgY2xhc3M9ImVycm9yQm94Ij4KICAgICAgICAgIDxkaXYgY2xhc3M9InNwYW4zIj4KICAgICAgICAgICAgPGRpdiBjbGFzcz0iZXJyb3JDb2RlIj4KICAgICAgICAgICAgICA8aDE+NDA0PC9oMT4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICA8L2Rpdj4KICAgICAgICAgIDxkaXYgY2xhc3M9InNwYW43Ij4KICAgICAgICAgICAgPGRpdiBjbGFzcz0icGFnZS1oZWFkZXIiPgogICAgICAgICAgICAgIDxwIGNsYXNzPSJsZWFkIj5Tb3JyeSEgV2UgY291bGQgbm90IGZpbmQgd2hhdCB5b3Ugd2VyZSBsb29raW5nIGZvciA6KDwvcD4KICAgICAgICAgICAgICA8cD5Eb24ndCB3b3JyeSwgd2Ugd2lsbCBoZWxwIHlvdSBnZXQgdG8gdGhlIHJpZ2h0IHBsYWNlLjwvcD4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICAgIDxoMz5BcmUgeW91IGxvb2tpbmcgZm9yPC9oMz4KICAgICAgICAgICAgPHVsPgogICAgICAgICAgICAgIDxsaT48YSBocmVmPSIvIj5Ib21lcGFnZTwvYT48L2xpPgogICAgICAgICAgICAgIDxsaSBjbGFzcz0ibWlkZGxlIj48YSBocmVmPSIvY2hhbm5lbHMiPlNsaWRlU2hhcmUgQ2hhbm5lbHM8L2E+PC9saT4KICAgICAgICAgICAgICA8bGk+PGEgaHJlZj0iL3BvcHVsYXIiPlBvcHVsYXIgUHJlc2VudGF0aW9uczwvYT48L2xpPgogICAgICAgICAgICA8L3VsPgogICAgICAgICAgICA8ZGl2IGNsYXNzPSJzZWFyY2hTZWN0aW9uIj4KICAgICAgICAgICAgICA8Zm9ybSBzdHlsZT0iZGlzcGxheTogaW5saW5lOyIgYWN0aW9uPSIvc2VhcmNoL3NsaWRlc2hvdyIgbWV0aG9kPSJnZXQiPgogICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9InRleHQiIGlkPSJzZWFyY2hzdHJpbmciIG5hbWU9InEiIHZhbHVlPSJUeXBlIHRleHQgaGVyZSAmaGVsbGlwOyIgY2xhc3M9ImVycm9yU2VhcmNoQm94IiBvbmNsaWNrPSJ0aGlzLnZhbHVlID0gJyc7Ij4KICAgICAgICAgICAgICAgIDxidXR0b24gdHlwZT0ic3VibWl0IiBvbmNsaWNrPSJkaXNhYmxlU2VhcmNoKGV2ZW50KSI+CiAgICAgICAgICAgICAgICAgIFNlYXJjaDxzcGFuPiZuYnNwOzwvc3Bhbj4KICAgICAgICAgICAgICAgIDwvYnV0dG9uPgogICAgICAgICAgICAgIDwvZm9ybT4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICA8L2Rpdj4KICAgICAgICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICA8L2Rpdj4KICA8L2JvZHk+CjwvaHRtbD4=
|
433
|
-
http_version: '1.1'
|
434
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
435
|
-
- request:
|
436
|
-
method: get
|
437
|
-
uri: https://www.slideshare.net/api/oembed/2?url=http%3A%2F%2Fslideshare.net%2Fgabriele.lana%2Fthe-magic-of-elixir&format=json
|
438
|
-
body:
|
439
|
-
encoding: US-ASCII
|
440
|
-
string: ''
|
441
|
-
headers:
|
442
|
-
Accept-Encoding:
|
443
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
444
|
-
User-Agent:
|
445
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.10.0)
|
446
|
-
response:
|
447
|
-
status:
|
448
|
-
code: 200
|
449
|
-
message: OK
|
450
|
-
headers:
|
451
|
-
Server:
|
452
|
-
- nginx
|
453
|
-
Date:
|
454
|
-
- Sun, 22 May 2016 05:18:08 GMT
|
455
|
-
Content-Type:
|
456
|
-
- application/json; charset=utf-8
|
457
|
-
Status:
|
458
|
-
- 200 OK
|
459
|
-
X-Request-Id:
|
460
|
-
- cc07fb04ad9779388173e05ad037ee7c
|
461
|
-
X-Xss-Protection:
|
462
|
-
- 1; mode=block
|
463
|
-
Cache-Control:
|
464
|
-
- max-age=0, private, must-revalidate
|
465
|
-
X-Content-Type-Options:
|
466
121
|
- nosniff
|
467
122
|
- nosniff
|
468
|
-
X-
|
469
|
-
-
|
123
|
+
X-Fruc-Version:
|
124
|
+
- FRUC
|
125
|
+
X-Ss-Make-Cacheable:
|
126
|
+
- 'true'
|
470
127
|
X-Bench-Route:
|
471
128
|
- oembed/get_oembed_code
|
129
|
+
X-Xss-Protection:
|
130
|
+
- 1; mode=block
|
472
131
|
X-Ua-Compatible:
|
473
132
|
- IE=Edge,chrome=1
|
133
|
+
Etag:
|
134
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
135
|
+
Cache-Control:
|
136
|
+
- max-age=0, private, must-revalidate
|
137
|
+
X-Request-Id:
|
138
|
+
- fd8d4dbcef9a87df71b4f409eacbbdfc
|
474
139
|
X-Runtime:
|
475
|
-
- '0.
|
140
|
+
- '0.054333'
|
476
141
|
P3p:
|
477
142
|
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
478
|
-
|
479
|
-
- '109137951'
|
480
|
-
Age:
|
481
|
-
- '0'
|
482
|
-
Accept-Ranges:
|
483
|
-
- bytes
|
484
|
-
X-Fs-Uuid:
|
485
|
-
- a27ada8419cc501470076ec0b52a0000
|
143
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
486
144
|
X-Li-Fabric:
|
487
|
-
- prod-
|
145
|
+
- prod-ltx1
|
488
146
|
Set-Cookie:
|
489
|
-
-
|
490
|
-
|
491
|
-
-
|
492
|
-
|
493
|
-
|
494
|
-
- chunked
|
147
|
+
- bcookie="v=2&e14022ab-9371-4a23-8bbe-a94fd54a7acb"; domain=.slideshare.net;
|
148
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:20 GMT; SameSite=None
|
149
|
+
- language=**; path=/; secure
|
150
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:48
|
151
|
+
GMT; SameSite=None
|
495
152
|
X-Li-Pop:
|
496
|
-
-
|
153
|
+
- prod-edc2
|
154
|
+
X-Li-Proto:
|
155
|
+
- http/1.0
|
497
156
|
X-Li-Uuid:
|
498
|
-
-
|
157
|
+
- 3TzSJObmRxYARhlq/yoAAA==
|
499
158
|
body:
|
500
|
-
encoding:
|
501
|
-
string: '{"
|
502
|
-
|
159
|
+
encoding: ASCII-8BIT
|
160
|
+
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
161
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
503
162
|
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
504
163
|
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
505
164
|
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
506
165
|
max-width: 100%;\" allowfullscreen\u003E \u003C/iframe\u003E \u003Cdiv style=\"margin-bottom:5px\"\u003E
|
507
166
|
\u003Cstrong\u003E \u003Ca href=\"https://www.slideshare.net/gabriele.lana/the-magic-of-elixir\"
|
508
167
|
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
509
|
-
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"
|
510
|
-
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","
|
511
|
-
|
512
|
-
http_version: '1.1'
|
513
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
514
|
-
- request:
|
515
|
-
method: get
|
516
|
-
uri: https://www.slideshare.net/api/oembed/2?url=http%3A%2F%2Fslideshare.net%2Fmobile%2Fgabriele.lana%2Fthe-magic-of-elixir&format=json
|
517
|
-
body:
|
518
|
-
encoding: US-ASCII
|
519
|
-
string: ''
|
520
|
-
headers:
|
521
|
-
Accept-Encoding:
|
522
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
523
|
-
User-Agent:
|
524
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.10.0)
|
525
|
-
response:
|
526
|
-
status:
|
527
|
-
code: 404
|
528
|
-
message: Not Found
|
529
|
-
headers:
|
530
|
-
Server:
|
531
|
-
- nginx
|
532
|
-
Date:
|
533
|
-
- Sun, 22 May 2016 05:18:09 GMT
|
534
|
-
Content-Type:
|
535
|
-
- text/html; charset=utf-8
|
536
|
-
Status:
|
537
|
-
- 404 Not Found
|
538
|
-
Cache-Control:
|
539
|
-
- no-cache
|
540
|
-
X-Xss-Protection:
|
541
|
-
- 1; mode=block
|
542
|
-
X-Request-Id:
|
543
|
-
- bb67d3b356637561cf58818a2d486d88
|
544
|
-
X-Content-Type-Options:
|
545
|
-
- nosniff
|
546
|
-
X-Runtime:
|
547
|
-
- '0.012129'
|
548
|
-
X-Ua-Compatible:
|
549
|
-
- IE=Edge,chrome=1
|
550
|
-
X-Request-Uuid:
|
551
|
-
- yI9hd7qAD0wuC7Tby0wamw==
|
552
|
-
X-Bench-Route:
|
553
|
-
- oembed/get_oembed_code
|
554
|
-
X-Varnish:
|
555
|
-
- '928277617'
|
556
|
-
Age:
|
557
|
-
- '0'
|
558
|
-
X-Fs-Uuid:
|
559
|
-
- 524e7a9719cc501440560ec8b52a0000
|
560
|
-
X-Li-Fabric:
|
561
|
-
- prod-lva1
|
562
|
-
Set-Cookie:
|
563
|
-
- _uv_id=1678621882; Path=/; Domain=.slideshare.net
|
564
|
-
- SERVERID=r88|V0FBF|V0FBF; path=/
|
565
|
-
- bcookie="v=2&fdbbb2ae-0956-430e-8f03-c10fc8f7cf4c"; domain=.slideshare.net;
|
566
|
-
Path=/; Expires=Tue, 22-May-2018 16:55:41 GMT
|
567
|
-
Transfer-Encoding:
|
568
|
-
- chunked
|
569
|
-
X-Li-Pop:
|
570
|
-
- PROD-ELA4
|
571
|
-
X-Li-Uuid:
|
572
|
-
- Uk56lxnMUBRAVg7ItSoAAA==
|
573
|
-
body:
|
574
|
-
encoding: ASCII-8BIT
|
575
|
-
string: !binary |-
|
576
|
-
PCFET0NUWVBFIGh0bWw+CjxodG1sIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiB4bWw6bGFuZz0iZW4iIGxhbmc9ImVuIj4KICA8aGVhZD4KICAgIDxtZXRhIGh0dHAtZXF1aXY9IkNvbnRlbnQtVHlwZSIgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXV0Zi04Ii8+CiAgICA8bGluayBocmVmPSIvc3R5bGVzaGVldHMvZXJyb3IuY3NzIiB0eXBlPSJ0ZXh0L2NzcyIgcmVsPSJzdHlsZXNoZWV0IiBtZWRpYT0ic2NyZWVuIiAvPgogICAgPGxpbmsgdHlwZT0idGV4dC9jc3MiIHJlbD0ic3R5bGVzaGVldCIgbWVkaWE9InNjcmVlbiIgaHJlZj0iLi4vYmlnYm9vdC9jc3Mvc3MtY29yZS5jc3MiPgogICAgPHRpdGxlPjQwNCBlcnJvci4gUGFnZSBOb3QgRm91bmQuPC90aXRsZT4KICAgIDxzY3JpcHQgdHlwZT0idGV4dC9qYXZhc2NyaXB0Ij4KICAgICAgZnVuY3Rpb24gZGlzYWJsZVNlYXJjaChldmVudCkgewogICAgICAgIHZhciB0ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ3NlYXJjaHN0cmluZycpOwogICAgICAgIGlmKHQudmFsdWUgPT09ICdUeXBlIHRleHQgaGVyZSDigKYnIHx8IHQudmFsdWUubGVuZ3RoID09PSAwKSB7CiAgICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpOwogICAgICAgIH0KICAgICAgfQogICAgPC9zY3JpcHQ+CiAgPC9oZWFkPgogIDxib2R5PgogICAgPGRpdiBjbGFzcz0iY29udGFpbmVyIj4KICAgICAgPGRpdiBjbGFzcz0icm93Ij4KICAgICAgICA8ZGl2IGNsYXNzPSJzbWlsZXkiPgogICAgICAgICAgPGltZyBzcmM9Ii9pbWFnZXMvZXJyb3JzbWlsZXkucG5nIiB3aWR0aD0iMTI4cHgiIGhlaWdodD0iMTI4cHgiIGFsdD0iZXJyb3IiIC8+CiAgICAgICAgPC9kaXY+CiAgICAgIDwvZGl2PgogICAgICA8ZGl2IGNsYXNzPSJyb3ciPgogICAgICAgIDxkaXYgY2xhc3M9ImVycm9yQm94Ij4KICAgICAgICAgIDxkaXYgY2xhc3M9InNwYW4zIj4KICAgICAgICAgICAgPGRpdiBjbGFzcz0iZXJyb3JDb2RlIj4KICAgICAgICAgICAgICA8aDE+NDA0PC9oMT4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICA8L2Rpdj4KICAgICAgICAgIDxkaXYgY2xhc3M9InNwYW43Ij4KICAgICAgICAgICAgPGRpdiBjbGFzcz0icGFnZS1oZWFkZXIiPgogICAgICAgICAgICAgIDxwIGNsYXNzPSJsZWFkIj5Tb3JyeSEgV2UgY291bGQgbm90IGZpbmQgd2hhdCB5b3Ugd2VyZSBsb29raW5nIGZvciA6KDwvcD4KICAgICAgICAgICAgICA8cD5Eb24ndCB3b3JyeSwgd2Ugd2lsbCBoZWxwIHlvdSBnZXQgdG8gdGhlIHJpZ2h0IHBsYWNlLjwvcD4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICAgIDxoMz5BcmUgeW91IGxvb2tpbmcgZm9yPC9oMz4KICAgICAgICAgICAgPHVsPgogICAgICAgICAgICAgIDxsaT48YSBocmVmPSIvIj5Ib21lcGFnZTwvYT48L2xpPgogICAgICAgICAgICAgIDxsaSBjbGFzcz0ibWlkZGxlIj48YSBocmVmPSIvY2hhbm5lbHMiPlNsaWRlU2hhcmUgQ2hhbm5lbHM8L2E+PC9saT4KICAgICAgICAgICAgICA8bGk+PGEgaHJlZj0iL3BvcHVsYXIiPlBvcHVsYXIgUHJlc2VudGF0aW9uczwvYT48L2xpPgogICAgICAgICAgICA8L3VsPgogICAgICAgICAgICA8ZGl2IGNsYXNzPSJzZWFyY2hTZWN0aW9uIj4KICAgICAgICAgICAgICA8Zm9ybSBzdHlsZT0iZGlzcGxheTogaW5saW5lOyIgYWN0aW9uPSIvc2VhcmNoL3NsaWRlc2hvdyIgbWV0aG9kPSJnZXQiPgogICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9InRleHQiIGlkPSJzZWFyY2hzdHJpbmciIG5hbWU9InEiIHZhbHVlPSJUeXBlIHRleHQgaGVyZSAmaGVsbGlwOyIgY2xhc3M9ImVycm9yU2VhcmNoQm94IiBvbmNsaWNrPSJ0aGlzLnZhbHVlID0gJyc7Ij4KICAgICAgICAgICAgICAgIDxidXR0b24gdHlwZT0ic3VibWl0IiBvbmNsaWNrPSJkaXNhYmxlU2VhcmNoKGV2ZW50KSI+CiAgICAgICAgICAgICAgICAgIFNlYXJjaDxzcGFuPiZuYnNwOzwvc3Bhbj4KICAgICAgICAgICAgICAgIDwvYnV0dG9uPgogICAgICAgICAgICAgIDwvZm9ybT4KICAgICAgICAgICAgPC9kaXY+CiAgICAgICAgICA8L2Rpdj4KICAgICAgICA8L2Rpdj4KICAgICAgPC9kaXY+CiAgICA8L2Rpdj4KICA8L2JvZHk+CjwvaHRtbD4=
|
577
|
-
http_version: '1.1'
|
578
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
168
|
+
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
169
|
+
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
170
|
+
recorded_at: Mon, 16 Nov 2020 05:47:48 GMT
|
579
171
|
- request:
|
580
172
|
method: get
|
581
|
-
uri: https://www.slideshare.net/api/oembed/2?url=
|
173
|
+
uri: https://www.slideshare.net/api/oembed/2?format=json&url=https://de.slideshare.net/gabriele.lana/the-magic-of-elixir
|
582
174
|
body:
|
583
175
|
encoding: US-ASCII
|
584
176
|
string: ''
|
585
177
|
headers:
|
586
178
|
Accept-Encoding:
|
587
179
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
180
|
+
Accept:
|
181
|
+
- "*/*"
|
588
182
|
User-Agent:
|
589
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
183
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
590
184
|
response:
|
591
185
|
status:
|
592
186
|
code: 200
|
593
187
|
message: OK
|
594
188
|
headers:
|
595
|
-
Server:
|
596
|
-
- nginx
|
597
189
|
Date:
|
598
|
-
-
|
190
|
+
- Mon, 16 Nov 2020 05:47:48 GMT
|
599
191
|
Content-Type:
|
600
192
|
- application/json; charset=utf-8
|
601
|
-
Status:
|
602
|
-
- 200 OK
|
603
|
-
X-Request-Id:
|
604
|
-
- a962bb0f6c213e4f014fc4e0e3e398f3
|
605
|
-
X-Runtime:
|
606
|
-
- '0.030811'
|
607
|
-
Cache-Control:
|
608
|
-
- max-age=0, private, must-revalidate
|
609
|
-
X-Ua-Compatible:
|
610
|
-
- IE=Edge,chrome=1
|
611
|
-
X-Content-Type-Options:
|
612
|
-
- nosniff
|
613
|
-
- nosniff
|
614
|
-
X-Request-Uuid:
|
615
|
-
- GUq7dAy5UjgmuB0AshJ6LQ==
|
616
|
-
X-Bench-Route:
|
617
|
-
- oembed/get_oembed_code
|
618
|
-
X-Xss-Protection:
|
619
|
-
- 1; mode=block
|
620
|
-
P3p:
|
621
|
-
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
622
|
-
X-Varnish:
|
623
|
-
- '936088471'
|
624
|
-
Age:
|
625
|
-
- '0'
|
626
|
-
Accept-Ranges:
|
627
|
-
- bytes
|
628
|
-
X-Fs-Uuid:
|
629
|
-
- f288a8a819cc5014d0e88616b52a0000
|
630
|
-
X-Li-Fabric:
|
631
|
-
- prod-lva1
|
632
|
-
Set-Cookie:
|
633
|
-
- _uv_id=2024966944; Path=/; Domain=.slideshare.net
|
634
|
-
- SERVERID=r88|V0FBF|V0FBF; path=/
|
635
|
-
- bcookie="v=2&c8cc5011-63f9-4bdc-81eb-956863f0aa62"; domain=.slideshare.net;
|
636
|
-
Path=/; Expires=Tue, 22-May-2018 16:55:41 GMT
|
637
193
|
Transfer-Encoding:
|
638
194
|
- chunked
|
639
|
-
|
640
|
-
-
|
641
|
-
X-Li-Uuid:
|
642
|
-
- 8oioqBnMUBTQ6IYWtSoAAA==
|
643
|
-
body:
|
644
|
-
encoding: UTF-8
|
645
|
-
string: '{"author_url":"http://www.slideshare.net/gabriele.lana","width":425,"type":"rich","total_slides":96,"html":"\u003Ciframe
|
646
|
-
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
647
|
-
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
648
|
-
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
649
|
-
max-width: 100%;\" allowfullscreen\u003E \u003C/iframe\u003E \u003Cdiv style=\"margin-bottom:5px\"\u003E
|
650
|
-
\u003Cstrong\u003E \u003Ca href=\"https://www.slideshare.net/gabriele.lana/the-magic-of-elixir\"
|
651
|
-
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
652
|
-
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"http://www.slideshare.net/gabriele.lana\"
|
653
|
-
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","title":"The
|
654
|
-
Magic Of Elixir","thumbnail_height":128,"provider_url":"http://www.slideshare.net","provider_name":"SlideShare","slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","slideshow_id":46553440,"version":"1.0","conversion_version":2,"slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","height":355,"author_name":"Gabriele
|
655
|
-
Lana","thumbnail_width":170}'
|
656
|
-
http_version: '1.1'
|
657
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
658
|
-
- request:
|
659
|
-
method: get
|
660
|
-
uri: https://www.slideshare.net/api/oembed/2?url=http%3A%2F%2Fwww.slideshare.net%2Fmobile%2Fgabriele.lana%2Fthe-magic-of-elixir&format=json
|
661
|
-
body:
|
662
|
-
encoding: US-ASCII
|
663
|
-
string: ''
|
664
|
-
headers:
|
665
|
-
Accept-Encoding:
|
666
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
667
|
-
User-Agent:
|
668
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.10.0)
|
669
|
-
response:
|
670
|
-
status:
|
671
|
-
code: 404
|
672
|
-
message: Not Found
|
673
|
-
headers:
|
195
|
+
Connection:
|
196
|
+
- keep-alive
|
674
197
|
Server:
|
675
198
|
- nginx
|
676
|
-
Date:
|
677
|
-
- Sun, 22 May 2016 05:18:09 GMT
|
678
|
-
Content-Type:
|
679
|
-
- text/html; charset=utf-8
|
680
199
|
Status:
|
681
|
-
-
|
200
|
+
- 200 OK
|
682
201
|
X-Request-Uuid:
|
683
|
-
-
|
202
|
+
- l6NjklZLckqBhLr9hlgsXA==
|
684
203
|
X-Content-Type-Options:
|
685
204
|
- nosniff
|
205
|
+
- nosniff
|
206
|
+
- nosniff
|
207
|
+
X-Fruc-Version:
|
208
|
+
- FRUC
|
209
|
+
X-Ss-Make-Cacheable:
|
210
|
+
- 'true'
|
211
|
+
X-Bench-Route:
|
212
|
+
- oembed/get_oembed_code
|
686
213
|
X-Xss-Protection:
|
687
214
|
- 1; mode=block
|
688
215
|
X-Ua-Compatible:
|
689
216
|
- IE=Edge,chrome=1
|
690
|
-
|
691
|
-
-
|
217
|
+
Etag:
|
218
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
692
219
|
Cache-Control:
|
693
|
-
-
|
694
|
-
X-
|
695
|
-
-
|
220
|
+
- max-age=0, private, must-revalidate
|
221
|
+
X-Request-Id:
|
222
|
+
- 914e175738510189addeeab988c08f99
|
696
223
|
X-Runtime:
|
697
|
-
- '0.
|
698
|
-
|
699
|
-
-
|
700
|
-
|
701
|
-
- '0'
|
702
|
-
X-Fs-Uuid:
|
703
|
-
- b45d46bb19cc501420e80924b52a0000
|
224
|
+
- '0.060373'
|
225
|
+
P3p:
|
226
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
227
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
704
228
|
X-Li-Fabric:
|
705
|
-
- prod-
|
229
|
+
- prod-ltx1
|
706
230
|
Set-Cookie:
|
707
|
-
-
|
708
|
-
|
709
|
-
-
|
710
|
-
|
711
|
-
|
712
|
-
- chunked
|
231
|
+
- bcookie="v=2&9f632bcf-c13a-44d7-82d7-3728a46a57f6"; domain=.slideshare.net;
|
232
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:20 GMT; SameSite=None
|
233
|
+
- language=**; path=/; secure
|
234
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:48
|
235
|
+
GMT; SameSite=None
|
713
236
|
X-Li-Pop:
|
714
|
-
-
|
237
|
+
- prod-edc2
|
238
|
+
X-Li-Proto:
|
239
|
+
- http/1.0
|
715
240
|
X-Li-Uuid:
|
716
|
-
-
|
241
|
+
- iUw9QebmRxZAIE7C9ioAAA==
|
717
242
|
body:
|
718
243
|
encoding: ASCII-8BIT
|
719
|
-
string:
|
720
|
-
|
721
|
-
|
722
|
-
|
244
|
+
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
245
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
246
|
+
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
247
|
+
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
248
|
+
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
249
|
+
max-width: 100%;\" allowfullscreen\u003E \u003C/iframe\u003E \u003Cdiv style=\"margin-bottom:5px\"\u003E
|
250
|
+
\u003Cstrong\u003E \u003Ca href=\"https://www.slideshare.net/gabriele.lana/the-magic-of-elixir\"
|
251
|
+
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
252
|
+
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
253
|
+
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
254
|
+
recorded_at: Mon, 16 Nov 2020 05:47:48 GMT
|
723
255
|
- request:
|
724
256
|
method: get
|
725
|
-
uri: https://www.slideshare.net/api/oembed/2?url=http
|
257
|
+
uri: https://www.slideshare.net/api/oembed/2?format=json&url=http://slideshare.net/gabriele.lana/the-magic-of-elixir
|
726
258
|
body:
|
727
259
|
encoding: US-ASCII
|
728
260
|
string: ''
|
729
261
|
headers:
|
730
262
|
Accept-Encoding:
|
731
263
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
264
|
+
Accept:
|
265
|
+
- "*/*"
|
732
266
|
User-Agent:
|
733
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
267
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
734
268
|
response:
|
735
269
|
status:
|
736
270
|
code: 200
|
737
271
|
message: OK
|
738
272
|
headers:
|
739
|
-
Server:
|
740
|
-
- nginx
|
741
273
|
Date:
|
742
|
-
-
|
274
|
+
- Mon, 16 Nov 2020 05:47:49 GMT
|
743
275
|
Content-Type:
|
744
276
|
- application/json; charset=utf-8
|
277
|
+
Transfer-Encoding:
|
278
|
+
- chunked
|
279
|
+
Connection:
|
280
|
+
- keep-alive
|
281
|
+
Server:
|
282
|
+
- nginx
|
745
283
|
Status:
|
746
284
|
- 200 OK
|
747
|
-
X-Ua-Compatible:
|
748
|
-
- IE=Edge,chrome=1
|
749
|
-
X-Xss-Protection:
|
750
|
-
- 1; mode=block
|
751
|
-
X-Runtime:
|
752
|
-
- '0.028067'
|
753
285
|
X-Request-Uuid:
|
754
|
-
-
|
286
|
+
- 1YrWQDk426/UtadQO857rA==
|
755
287
|
X-Content-Type-Options:
|
756
288
|
- nosniff
|
757
289
|
- nosniff
|
758
|
-
|
759
|
-
-
|
760
|
-
|
761
|
-
-
|
290
|
+
- nosniff
|
291
|
+
X-Fruc-Version:
|
292
|
+
- FRUC
|
293
|
+
X-Ss-Make-Cacheable:
|
294
|
+
- 'true'
|
762
295
|
X-Bench-Route:
|
763
296
|
- oembed/get_oembed_code
|
297
|
+
X-Xss-Protection:
|
298
|
+
- 1; mode=block
|
299
|
+
X-Ua-Compatible:
|
300
|
+
- IE=Edge,chrome=1
|
301
|
+
Etag:
|
302
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
303
|
+
Cache-Control:
|
304
|
+
- max-age=0, private, must-revalidate
|
305
|
+
X-Request-Id:
|
306
|
+
- 4c8ef9d1095429f69826f9d64f6eff48
|
307
|
+
X-Runtime:
|
308
|
+
- '0.075772'
|
764
309
|
P3p:
|
765
310
|
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
766
|
-
|
767
|
-
- '106061004'
|
768
|
-
Age:
|
769
|
-
- '0'
|
770
|
-
Accept-Ranges:
|
771
|
-
- bytes
|
772
|
-
X-Fs-Uuid:
|
773
|
-
- 980544cd19cc5014b07b56c0b52a0000
|
311
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
774
312
|
X-Li-Fabric:
|
775
|
-
- prod-
|
313
|
+
- prod-ltx1
|
776
314
|
Set-Cookie:
|
777
|
-
-
|
778
|
-
|
779
|
-
-
|
780
|
-
|
781
|
-
|
782
|
-
- chunked
|
315
|
+
- bcookie="v=2&f69ccaf1-1d6d-4aea-8463-da76557e6a72"; domain=.slideshare.net;
|
316
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:21 GMT; SameSite=None
|
317
|
+
- language=**; path=/; secure
|
318
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:49
|
319
|
+
GMT; SameSite=None
|
783
320
|
X-Li-Pop:
|
784
|
-
-
|
321
|
+
- prod-edc2
|
322
|
+
X-Li-Proto:
|
323
|
+
- http/1.0
|
785
324
|
X-Li-Uuid:
|
786
|
-
-
|
325
|
+
- LeSuXubmRxbQbGAEvioAAA==
|
787
326
|
body:
|
788
|
-
encoding:
|
789
|
-
string: '{"
|
790
|
-
|
791
|
-
|
327
|
+
encoding: ASCII-8BIT
|
328
|
+
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
329
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
330
|
+
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
792
331
|
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
793
332
|
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
794
333
|
max-width: 100%;\" allowfullscreen\u003E \u003C/iframe\u003E \u003Cdiv style=\"margin-bottom:5px\"\u003E
|
795
334
|
\u003Cstrong\u003E \u003Ca href=\"https://www.slideshare.net/gabriele.lana/the-magic-of-elixir\"
|
796
335
|
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
797
|
-
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"
|
798
|
-
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","
|
799
|
-
|
800
|
-
recorded_at: Sat, 28 Mar 2020 02:32:33 GMT
|
336
|
+
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
337
|
+
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
338
|
+
recorded_at: Mon, 16 Nov 2020 05:47:49 GMT
|
801
339
|
- request:
|
802
340
|
method: get
|
803
|
-
uri: https://www.slideshare.net/api/oembed/2?url=http
|
341
|
+
uri: https://www.slideshare.net/api/oembed/2?format=json&url=http://www.slideshare.net/gabriele.lana/the-magic-of-elixir
|
804
342
|
body:
|
805
343
|
encoding: US-ASCII
|
806
344
|
string: ''
|
807
345
|
headers:
|
808
346
|
Accept-Encoding:
|
809
347
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
348
|
+
Accept:
|
349
|
+
- "*/*"
|
810
350
|
User-Agent:
|
811
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
351
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
812
352
|
response:
|
813
353
|
status:
|
814
|
-
code:
|
815
|
-
message:
|
354
|
+
code: 200
|
355
|
+
message: OK
|
816
356
|
headers:
|
817
|
-
Server:
|
818
|
-
- nginx
|
819
357
|
Date:
|
820
|
-
-
|
358
|
+
- Mon, 16 Nov 2020 05:47:49 GMT
|
821
359
|
Content-Type:
|
822
|
-
-
|
360
|
+
- application/json; charset=utf-8
|
361
|
+
Transfer-Encoding:
|
362
|
+
- chunked
|
363
|
+
Connection:
|
364
|
+
- keep-alive
|
365
|
+
Server:
|
366
|
+
- nginx
|
823
367
|
Status:
|
824
|
-
-
|
825
|
-
|
826
|
-
-
|
368
|
+
- 200 OK
|
369
|
+
X-Request-Uuid:
|
370
|
+
- jBzSAu+ko4lwn+7jp23dzg==
|
371
|
+
X-Content-Type-Options:
|
372
|
+
- nosniff
|
373
|
+
- nosniff
|
374
|
+
- nosniff
|
375
|
+
X-Fruc-Version:
|
376
|
+
- FRUC
|
377
|
+
X-Ss-Make-Cacheable:
|
378
|
+
- 'true'
|
827
379
|
X-Bench-Route:
|
828
380
|
- oembed/get_oembed_code
|
829
381
|
X-Xss-Protection:
|
830
382
|
- 1; mode=block
|
831
|
-
X-Runtime:
|
832
|
-
- '0.013722'
|
833
383
|
X-Ua-Compatible:
|
834
384
|
- IE=Edge,chrome=1
|
835
|
-
|
836
|
-
-
|
385
|
+
Etag:
|
386
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
387
|
+
Cache-Control:
|
388
|
+
- max-age=0, private, must-revalidate
|
837
389
|
X-Request-Id:
|
838
|
-
-
|
839
|
-
X-
|
840
|
-
-
|
841
|
-
|
842
|
-
-
|
843
|
-
|
844
|
-
- '0'
|
845
|
-
X-Fs-Uuid:
|
846
|
-
- 2367b6df19cc501400db4dc6b52a0000
|
390
|
+
- 0b0ca824219825593a9fe99fe0014388
|
391
|
+
X-Runtime:
|
392
|
+
- '0.073560'
|
393
|
+
P3p:
|
394
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
395
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
847
396
|
X-Li-Fabric:
|
848
|
-
- prod-
|
397
|
+
- prod-ltx1
|
849
398
|
Set-Cookie:
|
850
|
-
-
|
851
|
-
|
852
|
-
-
|
853
|
-
|
854
|
-
|
855
|
-
- chunked
|
399
|
+
- bcookie="v=2&59881dd4-0d9a-455d-815c-a60d5888043d"; domain=.slideshare.net;
|
400
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:21 GMT; SameSite=None
|
401
|
+
- language=**; path=/; secure
|
402
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:49
|
403
|
+
GMT; SameSite=None
|
856
404
|
X-Li-Pop:
|
857
|
-
-
|
405
|
+
- prod-edc2
|
406
|
+
X-Li-Proto:
|
407
|
+
- http/1.0
|
858
408
|
X-Li-Uuid:
|
859
|
-
-
|
409
|
+
- kY5He+bmRxZAy3N6OCsAAA==
|
860
410
|
body:
|
861
411
|
encoding: ASCII-8BIT
|
862
|
-
string:
|
863
|
-
|
864
|
-
|
865
|
-
|
412
|
+
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
413
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
414
|
+
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
415
|
+
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
416
|
+
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
417
|
+
max-width: 100%;\" allowfullscreen\u003E \u003C/iframe\u003E \u003Cdiv style=\"margin-bottom:5px\"\u003E
|
418
|
+
\u003Cstrong\u003E \u003Ca href=\"https://www.slideshare.net/gabriele.lana/the-magic-of-elixir\"
|
419
|
+
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
420
|
+
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
421
|
+
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
422
|
+
recorded_at: Mon, 16 Nov 2020 05:47:49 GMT
|
866
423
|
- request:
|
867
424
|
method: get
|
868
|
-
uri: https://www.slideshare.net/api/oembed/2?url=http
|
425
|
+
uri: https://www.slideshare.net/api/oembed/2?format=json&url=http://de.slideshare.net/gabriele.lana/the-magic-of-elixir
|
869
426
|
body:
|
870
427
|
encoding: US-ASCII
|
871
428
|
string: ''
|
872
429
|
headers:
|
873
430
|
Accept-Encoding:
|
874
431
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
432
|
+
Accept:
|
433
|
+
- "*/*"
|
875
434
|
User-Agent:
|
876
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
435
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
877
436
|
response:
|
878
437
|
status:
|
879
|
-
code:
|
880
|
-
message:
|
438
|
+
code: 200
|
439
|
+
message: OK
|
881
440
|
headers:
|
882
|
-
Server:
|
883
|
-
- nginx
|
884
441
|
Date:
|
885
|
-
-
|
442
|
+
- Mon, 16 Nov 2020 05:47:50 GMT
|
886
443
|
Content-Type:
|
887
|
-
-
|
444
|
+
- application/json; charset=utf-8
|
445
|
+
Transfer-Encoding:
|
446
|
+
- chunked
|
447
|
+
Connection:
|
448
|
+
- keep-alive
|
449
|
+
Server:
|
450
|
+
- nginx
|
888
451
|
Status:
|
889
|
-
-
|
890
|
-
X-
|
891
|
-
-
|
452
|
+
- 200 OK
|
453
|
+
X-Request-Uuid:
|
454
|
+
- TWu+crXgP3pqfTY8Pf+KqQ==
|
455
|
+
X-Content-Type-Options:
|
456
|
+
- nosniff
|
457
|
+
- nosniff
|
458
|
+
- nosniff
|
459
|
+
X-Fruc-Version:
|
460
|
+
- FRUC
|
461
|
+
X-Ss-Make-Cacheable:
|
462
|
+
- 'true'
|
892
463
|
X-Bench-Route:
|
893
464
|
- oembed/get_oembed_code
|
894
465
|
X-Xss-Protection:
|
895
466
|
- 1; mode=block
|
467
|
+
X-Ua-Compatible:
|
468
|
+
- IE=Edge,chrome=1
|
469
|
+
Etag:
|
470
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
896
471
|
Cache-Control:
|
897
|
-
-
|
898
|
-
X-Content-Type-Options:
|
899
|
-
- nosniff
|
900
|
-
X-Request-Uuid:
|
901
|
-
- 7/Al7f3slvfy36IFgs3ZdQ==
|
902
|
-
X-Runtime:
|
903
|
-
- '0.013924'
|
472
|
+
- max-age=0, private, must-revalidate
|
904
473
|
X-Request-Id:
|
905
|
-
-
|
906
|
-
X-
|
907
|
-
- '
|
908
|
-
|
909
|
-
-
|
910
|
-
|
911
|
-
- 4f50c66e92cc5014003a443eb52a0000
|
474
|
+
- f9f37d8d16fa52df4598521f95c40daa
|
475
|
+
X-Runtime:
|
476
|
+
- '0.034391'
|
477
|
+
P3p:
|
478
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
479
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
912
480
|
X-Li-Fabric:
|
913
|
-
- prod-
|
481
|
+
- prod-ltx1
|
482
|
+
Report-To:
|
483
|
+
- '{"group":"network-errors","max_age":2592000,"endpoints":[{"url":"https://www.linkedin.com/li/rep"}],"include_subdomains":true}'
|
484
|
+
Nel:
|
485
|
+
- '{"report_to":"network-errors","max_age":1296000,"success_fraction":0.00066,"failure_fraction":1,"include_subdomains":true}'
|
914
486
|
Set-Cookie:
|
915
|
-
-
|
916
|
-
|
917
|
-
-
|
918
|
-
|
919
|
-
|
920
|
-
- chunked
|
487
|
+
- bcookie="v=2&e1402c25-12da-4dc2-8f47-33b9cb24ec07"; domain=.slideshare.net;
|
488
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:22 GMT; SameSite=None
|
489
|
+
- language=**; path=/; secure
|
490
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:50
|
491
|
+
GMT; SameSite=None
|
921
492
|
X-Li-Pop:
|
922
|
-
-
|
493
|
+
- prod-edc2
|
494
|
+
X-Li-Proto:
|
495
|
+
- http/1.0
|
923
496
|
X-Li-Uuid:
|
924
|
-
-
|
497
|
+
- n/CDmebmRxYgj9VOJSsAAA==
|
925
498
|
body:
|
926
499
|
encoding: ASCII-8BIT
|
927
|
-
string:
|
928
|
-
|
929
|
-
|
930
|
-
|
500
|
+
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
501
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
502
|
+
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
503
|
+
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
504
|
+
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
505
|
+
max-width: 100%;\" allowfullscreen\u003E \u003C/iframe\u003E \u003Cdiv style=\"margin-bottom:5px\"\u003E
|
506
|
+
\u003Cstrong\u003E \u003Ca href=\"https://www.slideshare.net/gabriele.lana/the-magic-of-elixir\"
|
507
|
+
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
508
|
+
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
509
|
+
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
510
|
+
recorded_at: Mon, 16 Nov 2020 05:47:50 GMT
|
931
511
|
- request:
|
932
512
|
method: get
|
933
513
|
uri: https://www.slideshare.net/api/oembed/2?format=json&url=https://slideshare.net/gabriele.lana/the-magic-of-elixir
|
@@ -940,25 +520,30 @@ http_interactions:
|
|
940
520
|
Accept:
|
941
521
|
- "*/*"
|
942
522
|
User-Agent:
|
943
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
523
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
944
524
|
response:
|
945
525
|
status:
|
946
526
|
code: 200
|
947
527
|
message: OK
|
948
528
|
headers:
|
949
|
-
Server:
|
950
|
-
- nginx
|
951
529
|
Date:
|
952
|
-
-
|
530
|
+
- Mon, 16 Nov 2020 05:47:50 GMT
|
953
531
|
Content-Type:
|
954
532
|
- application/json; charset=utf-8
|
533
|
+
Transfer-Encoding:
|
534
|
+
- chunked
|
535
|
+
Connection:
|
536
|
+
- keep-alive
|
537
|
+
Server:
|
538
|
+
- nginx
|
955
539
|
Status:
|
956
540
|
- 200 OK
|
957
541
|
X-Request-Uuid:
|
958
|
-
-
|
542
|
+
- z+0NWBmhEB/bVxjB7H7VtQ==
|
959
543
|
X-Content-Type-Options:
|
960
544
|
- nosniff
|
961
545
|
- nosniff
|
546
|
+
- nosniff
|
962
547
|
X-Fruc-Version:
|
963
548
|
- FRUC
|
964
549
|
X-Ss-Make-Cacheable:
|
@@ -970,37 +555,34 @@ http_interactions:
|
|
970
555
|
X-Ua-Compatible:
|
971
556
|
- IE=Edge,chrome=1
|
972
557
|
Etag:
|
973
|
-
- W/"
|
558
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
974
559
|
Cache-Control:
|
975
560
|
- max-age=0, private, must-revalidate
|
976
561
|
X-Request-Id:
|
977
|
-
-
|
562
|
+
- 158cf554bd43a6d191edf7d4d1765060
|
978
563
|
X-Runtime:
|
979
|
-
- '0.
|
564
|
+
- '0.060942'
|
980
565
|
P3p:
|
981
566
|
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
567
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
982
568
|
X-Li-Fabric:
|
983
569
|
- prod-ltx1
|
984
570
|
Set-Cookie:
|
985
|
-
- bcookie="v=2&
|
986
|
-
Path=/; Secure; Expires=
|
571
|
+
- bcookie="v=2&8b1a176f-a666-41a8-842d-d1c49bd34660"; domain=.slideshare.net;
|
572
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:22 GMT; SameSite=None
|
987
573
|
- language=**; path=/; secure
|
988
|
-
- lissc=1; domain=.linkedin.
|
574
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:50
|
989
575
|
GMT; SameSite=None
|
990
|
-
Transfer-Encoding:
|
991
|
-
- chunked
|
992
|
-
Connection:
|
993
|
-
- keep-alive
|
994
576
|
X-Li-Pop:
|
995
577
|
- prod-edc2
|
996
578
|
X-Li-Proto:
|
997
|
-
- http/1.
|
579
|
+
- http/1.0
|
998
580
|
X-Li-Uuid:
|
999
|
-
-
|
581
|
+
- lftgvebmRxYwoWXTxyoAAA==
|
1000
582
|
body:
|
1001
583
|
encoding: ASCII-8BIT
|
1002
584
|
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
1003
|
-
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://
|
585
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
1004
586
|
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
1005
587
|
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
1006
588
|
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
@@ -1009,8 +591,7 @@ http_interactions:
|
|
1009
591
|
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
1010
592
|
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
1011
593
|
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
1012
|
-
|
1013
|
-
recorded_at: Sat, 28 Mar 2020 02:57:11 GMT
|
594
|
+
recorded_at: Mon, 16 Nov 2020 05:47:51 GMT
|
1014
595
|
- request:
|
1015
596
|
method: get
|
1016
597
|
uri: https://www.slideshare.net/api/oembed/2?format=json&url=https://www.slideshare.net/gabriele.lana/the-magic-of-elixir
|
@@ -1023,25 +604,30 @@ http_interactions:
|
|
1023
604
|
Accept:
|
1024
605
|
- "*/*"
|
1025
606
|
User-Agent:
|
1026
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
607
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
1027
608
|
response:
|
1028
609
|
status:
|
1029
610
|
code: 200
|
1030
611
|
message: OK
|
1031
612
|
headers:
|
1032
|
-
Server:
|
1033
|
-
- nginx
|
1034
613
|
Date:
|
1035
|
-
-
|
614
|
+
- Mon, 16 Nov 2020 05:47:51 GMT
|
1036
615
|
Content-Type:
|
1037
616
|
- application/json; charset=utf-8
|
617
|
+
Transfer-Encoding:
|
618
|
+
- chunked
|
619
|
+
Connection:
|
620
|
+
- keep-alive
|
621
|
+
Server:
|
622
|
+
- nginx
|
1038
623
|
Status:
|
1039
624
|
- 200 OK
|
1040
625
|
X-Request-Uuid:
|
1041
|
-
-
|
626
|
+
- Ez/Vp5c2cprPh64D5QlNtg==
|
1042
627
|
X-Content-Type-Options:
|
1043
628
|
- nosniff
|
1044
629
|
- nosniff
|
630
|
+
- nosniff
|
1045
631
|
X-Fruc-Version:
|
1046
632
|
- FRUC
|
1047
633
|
X-Ss-Make-Cacheable:
|
@@ -1053,37 +639,34 @@ http_interactions:
|
|
1053
639
|
X-Ua-Compatible:
|
1054
640
|
- IE=Edge,chrome=1
|
1055
641
|
Etag:
|
1056
|
-
- W/"
|
642
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
1057
643
|
Cache-Control:
|
1058
644
|
- max-age=0, private, must-revalidate
|
1059
645
|
X-Request-Id:
|
1060
|
-
-
|
646
|
+
- 455a7eac6a3b18a87740b8e0fc4d0930
|
1061
647
|
X-Runtime:
|
1062
|
-
- '0.
|
648
|
+
- '0.049223'
|
1063
649
|
P3p:
|
1064
650
|
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
651
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
1065
652
|
X-Li-Fabric:
|
1066
653
|
- prod-ltx1
|
1067
654
|
Set-Cookie:
|
1068
|
-
- bcookie="v=2&
|
1069
|
-
Path=/; Secure; Expires=
|
655
|
+
- bcookie="v=2&e062f910-c36a-4954-8b8f-06dbc49bb3b5"; domain=.slideshare.net;
|
656
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:23 GMT; SameSite=None
|
1070
657
|
- language=**; path=/; secure
|
1071
|
-
- lissc=1; domain=.linkedin.
|
658
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:51
|
1072
659
|
GMT; SameSite=None
|
1073
|
-
Transfer-Encoding:
|
1074
|
-
- chunked
|
1075
|
-
Connection:
|
1076
|
-
- keep-alive
|
1077
660
|
X-Li-Pop:
|
1078
661
|
- prod-edc2
|
1079
662
|
X-Li-Proto:
|
1080
|
-
- http/1.
|
663
|
+
- http/1.0
|
1081
664
|
X-Li-Uuid:
|
1082
|
-
-
|
665
|
+
- xszm2ubmRxaAK8XSxyoAAA==
|
1083
666
|
body:
|
1084
667
|
encoding: ASCII-8BIT
|
1085
668
|
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
1086
|
-
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://
|
669
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
1087
670
|
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
1088
671
|
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
1089
672
|
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
@@ -1092,8 +675,7 @@ http_interactions:
|
|
1092
675
|
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
1093
676
|
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
1094
677
|
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
1095
|
-
|
1096
|
-
recorded_at: Sat, 28 Mar 2020 02:57:11 GMT
|
678
|
+
recorded_at: Mon, 16 Nov 2020 05:47:51 GMT
|
1097
679
|
- request:
|
1098
680
|
method: get
|
1099
681
|
uri: https://www.slideshare.net/api/oembed/2?format=json&url=https://de.slideshare.net/gabriele.lana/the-magic-of-elixir
|
@@ -1106,25 +688,30 @@ http_interactions:
|
|
1106
688
|
Accept:
|
1107
689
|
- "*/*"
|
1108
690
|
User-Agent:
|
1109
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
691
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
1110
692
|
response:
|
1111
693
|
status:
|
1112
694
|
code: 200
|
1113
695
|
message: OK
|
1114
696
|
headers:
|
1115
|
-
Server:
|
1116
|
-
- nginx
|
1117
697
|
Date:
|
1118
|
-
-
|
698
|
+
- Mon, 16 Nov 2020 05:47:51 GMT
|
1119
699
|
Content-Type:
|
1120
700
|
- application/json; charset=utf-8
|
701
|
+
Transfer-Encoding:
|
702
|
+
- chunked
|
703
|
+
Connection:
|
704
|
+
- keep-alive
|
705
|
+
Server:
|
706
|
+
- nginx
|
1121
707
|
Status:
|
1122
708
|
- 200 OK
|
1123
709
|
X-Request-Uuid:
|
1124
|
-
-
|
710
|
+
- 4/dV/cQn4cFhKtnhfn6RQw==
|
1125
711
|
X-Content-Type-Options:
|
1126
712
|
- nosniff
|
1127
713
|
- nosniff
|
714
|
+
- nosniff
|
1128
715
|
X-Fruc-Version:
|
1129
716
|
- FRUC
|
1130
717
|
X-Ss-Make-Cacheable:
|
@@ -1136,37 +723,34 @@ http_interactions:
|
|
1136
723
|
X-Ua-Compatible:
|
1137
724
|
- IE=Edge,chrome=1
|
1138
725
|
Etag:
|
1139
|
-
- W/"
|
726
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
1140
727
|
Cache-Control:
|
1141
728
|
- max-age=0, private, must-revalidate
|
1142
729
|
X-Request-Id:
|
1143
|
-
-
|
730
|
+
- 6c5266fcc7c955b0bf551332e43f0aa7
|
1144
731
|
X-Runtime:
|
1145
|
-
- '0.
|
732
|
+
- '0.048173'
|
1146
733
|
P3p:
|
1147
734
|
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
735
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
1148
736
|
X-Li-Fabric:
|
1149
737
|
- prod-ltx1
|
1150
738
|
Set-Cookie:
|
1151
|
-
- bcookie="v=2&
|
1152
|
-
Path=/; Secure; Expires=
|
739
|
+
- bcookie="v=2&85e774d6-4b77-48e6-8ca2-bcb2a5d7fabf"; domain=.slideshare.net;
|
740
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:23 GMT; SameSite=None
|
1153
741
|
- language=**; path=/; secure
|
1154
|
-
- lissc=1; domain=.linkedin.
|
742
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:51
|
1155
743
|
GMT; SameSite=None
|
1156
|
-
Transfer-Encoding:
|
1157
|
-
- chunked
|
1158
|
-
Connection:
|
1159
|
-
- keep-alive
|
1160
744
|
X-Li-Pop:
|
1161
745
|
- prod-edc2
|
1162
746
|
X-Li-Proto:
|
1163
|
-
- http/1.
|
747
|
+
- http/1.0
|
1164
748
|
X-Li-Uuid:
|
1165
|
-
-
|
749
|
+
- 7cCK9ebmRxag30/gUysAAA==
|
1166
750
|
body:
|
1167
751
|
encoding: ASCII-8BIT
|
1168
752
|
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
1169
|
-
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://
|
753
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
1170
754
|
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
1171
755
|
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
1172
756
|
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
@@ -1175,8 +759,7 @@ http_interactions:
|
|
1175
759
|
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
1176
760
|
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
1177
761
|
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
1178
|
-
|
1179
|
-
recorded_at: Sat, 28 Mar 2020 02:57:11 GMT
|
762
|
+
recorded_at: Mon, 16 Nov 2020 05:47:51 GMT
|
1180
763
|
- request:
|
1181
764
|
method: get
|
1182
765
|
uri: https://www.slideshare.net/api/oembed/2?format=json&url=http://slideshare.net/gabriele.lana/the-magic-of-elixir
|
@@ -1189,25 +772,30 @@ http_interactions:
|
|
1189
772
|
Accept:
|
1190
773
|
- "*/*"
|
1191
774
|
User-Agent:
|
1192
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
775
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
1193
776
|
response:
|
1194
777
|
status:
|
1195
778
|
code: 200
|
1196
779
|
message: OK
|
1197
780
|
headers:
|
1198
|
-
Server:
|
1199
|
-
- nginx
|
1200
781
|
Date:
|
1201
|
-
-
|
782
|
+
- Mon, 16 Nov 2020 05:47:52 GMT
|
1202
783
|
Content-Type:
|
1203
784
|
- application/json; charset=utf-8
|
785
|
+
Transfer-Encoding:
|
786
|
+
- chunked
|
787
|
+
Connection:
|
788
|
+
- keep-alive
|
789
|
+
Server:
|
790
|
+
- nginx
|
1204
791
|
Status:
|
1205
792
|
- 200 OK
|
1206
793
|
X-Request-Uuid:
|
1207
|
-
-
|
794
|
+
- 0MjWuGxrh/QF/5kpNcu2Sw==
|
1208
795
|
X-Content-Type-Options:
|
1209
796
|
- nosniff
|
1210
797
|
- nosniff
|
798
|
+
- nosniff
|
1211
799
|
X-Fruc-Version:
|
1212
800
|
- FRUC
|
1213
801
|
X-Ss-Make-Cacheable:
|
@@ -1219,37 +807,38 @@ http_interactions:
|
|
1219
807
|
X-Ua-Compatible:
|
1220
808
|
- IE=Edge,chrome=1
|
1221
809
|
Etag:
|
1222
|
-
- W/"
|
810
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
1223
811
|
Cache-Control:
|
1224
812
|
- max-age=0, private, must-revalidate
|
1225
813
|
X-Request-Id:
|
1226
|
-
-
|
814
|
+
- 31d2d7e4f9eda5da2c62ef243e4468d9
|
1227
815
|
X-Runtime:
|
1228
|
-
- '0.
|
816
|
+
- '0.048237'
|
1229
817
|
P3p:
|
1230
818
|
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
819
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
1231
820
|
X-Li-Fabric:
|
1232
821
|
- prod-ltx1
|
1233
822
|
Set-Cookie:
|
1234
|
-
- bcookie="v=2&
|
1235
|
-
Path=/; Secure; Expires=
|
823
|
+
- bcookie="v=2&8f851b5d-b5bb-47b7-84f7-1de181d58914"; domain=.slideshare.net;
|
824
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:24 GMT; SameSite=None
|
1236
825
|
- language=**; path=/; secure
|
1237
|
-
- lissc=1; domain=.linkedin.
|
826
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:52
|
1238
827
|
GMT; SameSite=None
|
1239
|
-
Transfer-Encoding:
|
1240
|
-
- chunked
|
1241
|
-
Connection:
|
1242
|
-
- keep-alive
|
1243
828
|
X-Li-Pop:
|
1244
829
|
- prod-edc2
|
1245
830
|
X-Li-Proto:
|
1246
|
-
- http/1.
|
831
|
+
- http/1.0
|
832
|
+
Report-To:
|
833
|
+
- '{"group":"network-errors","max_age":2592000,"endpoints":[{"url":"https://www.linkedin.com/li/rep"}],"include_subdomains":true}'
|
834
|
+
Nel:
|
835
|
+
- '{"report_to":"network-errors","max_age":1296000,"success_fraction":0.00066,"failure_fraction":1,"include_subdomains":true}'
|
1247
836
|
X-Li-Uuid:
|
1248
|
-
-
|
837
|
+
- ni4GEufmRxZwe1zgVSsAAA==
|
1249
838
|
body:
|
1250
839
|
encoding: ASCII-8BIT
|
1251
840
|
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
1252
|
-
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://
|
841
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
1253
842
|
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
1254
843
|
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
1255
844
|
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
@@ -1258,8 +847,7 @@ http_interactions:
|
|
1258
847
|
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
1259
848
|
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
1260
849
|
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
1261
|
-
|
1262
|
-
recorded_at: Sat, 28 Mar 2020 02:57:12 GMT
|
850
|
+
recorded_at: Mon, 16 Nov 2020 05:47:52 GMT
|
1263
851
|
- request:
|
1264
852
|
method: get
|
1265
853
|
uri: https://www.slideshare.net/api/oembed/2?format=json&url=http://www.slideshare.net/gabriele.lana/the-magic-of-elixir
|
@@ -1272,25 +860,30 @@ http_interactions:
|
|
1272
860
|
Accept:
|
1273
861
|
- "*/*"
|
1274
862
|
User-Agent:
|
1275
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
863
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
1276
864
|
response:
|
1277
865
|
status:
|
1278
866
|
code: 200
|
1279
867
|
message: OK
|
1280
868
|
headers:
|
1281
|
-
Server:
|
1282
|
-
- nginx
|
1283
869
|
Date:
|
1284
|
-
-
|
870
|
+
- Mon, 16 Nov 2020 05:47:52 GMT
|
1285
871
|
Content-Type:
|
1286
872
|
- application/json; charset=utf-8
|
873
|
+
Transfer-Encoding:
|
874
|
+
- chunked
|
875
|
+
Connection:
|
876
|
+
- keep-alive
|
877
|
+
Server:
|
878
|
+
- nginx
|
1287
879
|
Status:
|
1288
880
|
- 200 OK
|
1289
881
|
X-Request-Uuid:
|
1290
|
-
-
|
882
|
+
- Rp9RVJ68DghEer1U37NkbA==
|
1291
883
|
X-Content-Type-Options:
|
1292
884
|
- nosniff
|
1293
885
|
- nosniff
|
886
|
+
- nosniff
|
1294
887
|
X-Fruc-Version:
|
1295
888
|
- FRUC
|
1296
889
|
X-Ss-Make-Cacheable:
|
@@ -1302,41 +895,34 @@ http_interactions:
|
|
1302
895
|
X-Ua-Compatible:
|
1303
896
|
- IE=Edge,chrome=1
|
1304
897
|
Etag:
|
1305
|
-
- W/"
|
898
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
1306
899
|
Cache-Control:
|
1307
900
|
- max-age=0, private, must-revalidate
|
1308
901
|
X-Request-Id:
|
1309
|
-
-
|
902
|
+
- 3343cfbce5d1860b0231af20980d90f7
|
1310
903
|
X-Runtime:
|
1311
|
-
- '0.
|
904
|
+
- '0.039186'
|
1312
905
|
P3p:
|
1313
906
|
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
907
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
1314
908
|
X-Li-Fabric:
|
1315
909
|
- prod-ltx1
|
1316
|
-
Report-To:
|
1317
|
-
- '{"group":"network-errors","max_age":2592000,"endpoints":[{"url":"https://www.linkedin.com/li/rep"}],"include_subdomains":true}'
|
1318
|
-
Nel:
|
1319
|
-
- '{"report_to":"network-errors","max_age":1296000,"success_fraction":0.00066,"failure_fraction":1,"include_subdomains":true}'
|
1320
910
|
Set-Cookie:
|
1321
|
-
- bcookie="v=2&
|
1322
|
-
Path=/; Secure; Expires=
|
911
|
+
- bcookie="v=2&8d608e53-84d8-4b16-8c04-3a8525118ca1"; domain=.slideshare.net;
|
912
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:24 GMT; SameSite=None
|
1323
913
|
- language=**; path=/; secure
|
1324
|
-
- lissc=1; domain=.linkedin.
|
914
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:52
|
1325
915
|
GMT; SameSite=None
|
1326
|
-
Transfer-Encoding:
|
1327
|
-
- chunked
|
1328
|
-
Connection:
|
1329
|
-
- keep-alive
|
1330
916
|
X-Li-Pop:
|
1331
917
|
- prod-edc2
|
1332
918
|
X-Li-Proto:
|
1333
|
-
- http/1.
|
919
|
+
- http/1.0
|
1334
920
|
X-Li-Uuid:
|
1335
|
-
-
|
921
|
+
- PxaIL+fmRxawAIyHrioAAA==
|
1336
922
|
body:
|
1337
923
|
encoding: ASCII-8BIT
|
1338
924
|
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
1339
|
-
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://
|
925
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
1340
926
|
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
1341
927
|
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
1342
928
|
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
@@ -1345,8 +931,7 @@ http_interactions:
|
|
1345
931
|
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
1346
932
|
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
1347
933
|
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
1348
|
-
|
1349
|
-
recorded_at: Sat, 28 Mar 2020 02:57:12 GMT
|
934
|
+
recorded_at: Mon, 16 Nov 2020 05:47:52 GMT
|
1350
935
|
- request:
|
1351
936
|
method: get
|
1352
937
|
uri: https://www.slideshare.net/api/oembed/2?format=json&url=http://de.slideshare.net/gabriele.lana/the-magic-of-elixir
|
@@ -1359,25 +944,30 @@ http_interactions:
|
|
1359
944
|
Accept:
|
1360
945
|
- "*/*"
|
1361
946
|
User-Agent:
|
1362
|
-
- Mozilla/5.0 (compatible; ruby-oembed/0.
|
947
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.13.1)
|
1363
948
|
response:
|
1364
949
|
status:
|
1365
950
|
code: 200
|
1366
951
|
message: OK
|
1367
952
|
headers:
|
1368
|
-
Server:
|
1369
|
-
- nginx
|
1370
953
|
Date:
|
1371
|
-
-
|
954
|
+
- Mon, 16 Nov 2020 05:47:53 GMT
|
1372
955
|
Content-Type:
|
1373
956
|
- application/json; charset=utf-8
|
957
|
+
Transfer-Encoding:
|
958
|
+
- chunked
|
959
|
+
Connection:
|
960
|
+
- keep-alive
|
961
|
+
Server:
|
962
|
+
- nginx
|
1374
963
|
Status:
|
1375
964
|
- 200 OK
|
1376
965
|
X-Request-Uuid:
|
1377
|
-
-
|
966
|
+
- CWLUHzA3REiHHFNYU6/J0Q==
|
1378
967
|
X-Content-Type-Options:
|
1379
968
|
- nosniff
|
1380
969
|
- nosniff
|
970
|
+
- nosniff
|
1381
971
|
X-Fruc-Version:
|
1382
972
|
- FRUC
|
1383
973
|
X-Ss-Make-Cacheable:
|
@@ -1389,37 +979,34 @@ http_interactions:
|
|
1389
979
|
X-Ua-Compatible:
|
1390
980
|
- IE=Edge,chrome=1
|
1391
981
|
Etag:
|
1392
|
-
- W/"
|
982
|
+
- W/"a688e6ac5a9c81ca62b865551be5673a"
|
1393
983
|
Cache-Control:
|
1394
984
|
- max-age=0, private, must-revalidate
|
1395
985
|
X-Request-Id:
|
1396
|
-
-
|
986
|
+
- 26a03ab225d65847bbd1296cfc120d74
|
1397
987
|
X-Runtime:
|
1398
|
-
- '0.
|
988
|
+
- '0.041940'
|
1399
989
|
P3p:
|
1400
990
|
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
991
|
+
- CP="OTI DSP COR CUR ADM DEV PSD IVD CONo OUR IND"
|
1401
992
|
X-Li-Fabric:
|
1402
993
|
- prod-ltx1
|
1403
994
|
Set-Cookie:
|
1404
|
-
- bcookie="v=2&
|
1405
|
-
Path=/; Secure; Expires=
|
995
|
+
- bcookie="v=2&2f2f13ef-b367-4db3-8265-a77cd58c5e6b"; domain=.slideshare.net;
|
996
|
+
Path=/; Secure; Expires=Wed, 16-Nov-2022 17:25:25 GMT; SameSite=None
|
1406
997
|
- language=**; path=/; secure
|
1407
|
-
- lissc=1; domain=.linkedin.
|
998
|
+
- lissc=1; domain=.linkedin.net; Path=/; Secure; Expires=Tue, 16-Nov-2021 05:47:53
|
1408
999
|
GMT; SameSite=None
|
1409
|
-
Transfer-Encoding:
|
1410
|
-
- chunked
|
1411
|
-
Connection:
|
1412
|
-
- keep-alive
|
1413
1000
|
X-Li-Pop:
|
1414
1001
|
- prod-edc2
|
1415
1002
|
X-Li-Proto:
|
1416
|
-
- http/1.
|
1003
|
+
- http/1.0
|
1417
1004
|
X-Li-Uuid:
|
1418
|
-
-
|
1005
|
+
- 8wsvSufmRxbwa9KPDSsAAA==
|
1419
1006
|
body:
|
1420
1007
|
encoding: ASCII-8BIT
|
1421
1008
|
string: '{"version":"1.0","type":"rich","title":"The Magic Of Elixir","author_name":"Gabriele
|
1422
|
-
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://
|
1009
|
+
Lana","author_url":"https://www.slideshare.net/gabriele.lana","provider_name":"SlideShare","provider_url":"https://www2.slideshare.net/","html":"\u003Ciframe
|
1423
1010
|
src=\"https://www.slideshare.net/slideshow/embed_code/key/avVsGA62TMDu6n\"
|
1424
1011
|
width=\"427\" height=\"356\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"
|
1425
1012
|
scrolling=\"no\" style=\"border:1px solid #CCC; border-width:1px; margin-bottom:5px;
|
@@ -1428,6 +1015,5 @@ http_interactions:
|
|
1428
1015
|
title=\"The Magic Of Elixir\" target=\"_blank\"\u003EThe Magic Of Elixir\u003C/a\u003E
|
1429
1016
|
\u003C/strong\u003E from \u003Cstrong\u003E\u003Ca href=\"https://www.slideshare.net/gabriele.lana\"
|
1430
1017
|
target=\"_blank\"\u003EGabriele Lana\u003C/a\u003E\u003C/strong\u003E \u003C/div\u003E\n\n","width":425,"height":355,"thumbnail":"//cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_url":"https://cdn.slidesharecdn.com/ss_thumbnails/the-magic-of-elixir-150401151316-conversion-gate01-thumbnail.jpg?cb=1427901293","thumbnail_width":170,"thumbnail_height":128,"total_slides":96,"conversion_version":2,"slide_image_baseurl":"//image.slidesharecdn.com/the-magic-of-elixir-150401151316-conversion-gate01/95/slide-","slide_image_baseurl_suffix":"-1024.jpg","version_no":"1427901293","slideshow_id":46553440}'
|
1431
|
-
|
1432
|
-
|
1433
|
-
recorded_with: VCR 5.1.0
|
1018
|
+
recorded_at: Mon, 16 Nov 2020 05:47:53 GMT
|
1019
|
+
recorded_with: VCR 6.0.0
|