Tofiq Quadri

Results 10 comments of Tofiq Quadri

> @kum-deepak Thank you sir, it worked for me :) What did you used for it? I am having same requirement.

I need to send something like this Authentication : 'Bearer ' + token with the headers

``` import {BrowserModule} from '@angular/platform-browser'; import {NgModule} from '@angular/core'; import {FormsModule} from '@angular/forms'; import {HttpModule} from '@angular/http'; import {AppComponent} from './app.component'; import {RawDataComponent} from './components/rawdata/rawdata.component'; import {StatusComponent} from './components/status/status.component'; import...

I did the exact same thing but it is still not sending the headers please see the image below: ![headers](https://user-images.githubusercontent.com/16437112/49417029-302fc600-f7a2-11e8-9d8d-ca10a175afd6.png)

Is there any way by which I can send the authentication token along with the it?

The server denies the Handshake itself without the Authentication token. I was too thinking about the cookie way as last thing but I believe that's the only option now. Thank...

![image](https://user-images.githubusercontent.com/16437112/188355911-40ee2869-c8fe-44ee-9e98-f977bfe2739d.png) @iampavangandhi Heroku deployment is going to sleep. This isn't good for a front-facing page. Do you have deployment on netlify?

Change the function to: ``` const TestEditor = ({annotation}) => { return ( Button ) } ``` ``` } value={annotation} onChange={onChange} onSubmit={onSubmit} /> ```

@finishedcoot I still have this issue. What's the fix?

I avoided using this library since it has this major bug open and it has not yet solved. Instead of this I used IntersectionObserver and implemented the functionality of this...