Hi,
While following along in chapter 10 I can see that the title has changed after decryption but for some reason I cant see the notification attachment. I also cant set any breakpoints to make sure it is running (by I know it is because the title).
Has anyone else ran into this?
Can you tell me exactly which part you are referring to when you say you canโt see the notification attachment?
If you look to page 137 I give details there on how to perform debugging so that you can set a breakpoint on the notification service.
@jjjeeerrr111 Do you get any errors when you set breakpoints in your code?
Hey, This is because the media url in the sendEncrypted.php script is incorrect.
Change the media-url payload to this" https://www.sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4 and it will work fine
@chris_shay Thank you for sharing your solution - much appreciated! :]